Medium Sea Green (Green)
#44B08F
RGB: 68, 176, 143
Color OverviewHEX #44B08F
#44B08F Color Code Information
In the RGB color space, #44B08F is composed of 27% red, 69% green, and 56% blue. In the HSL color space, it has a hue of 162°, saturation of 44%, and lightness of 48%.
HEX
#44B08F
RGB
68, 176, 143
HSL
162°, 44%, 48%
HSV
162°, 61%, 69%
CMYK
61%, 0%, 19%, 31%
Name Match
Medium Sea Green
Closest StandardShades of #44B08F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #44B08F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #44B08F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #44B08F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #44B08F Background
Contrast Ratio against Pure White (#FFFFFF):2.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #44B08F Background
Contrast Ratio against Pure Black (#000000):7.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #44B08F;
}
.element {
color: #44B08F;
background-color: #44B08F;
border-color: #44B08F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#44B08F] text-[#44B08F] border-[#44B08F]"> Content styled with #44B08F </div>