#66AF8A
A medium, moderate green closely aligning with Darkseagreen.
About #66AF8A
When working with digital screens, the color #66AF8A is rendered by mixing light. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 102 red, 175 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 42% C, 0% M, 21% Y, and 31% K. With a hue angle of 149.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66AF8A
RGB102, 175, 138
HSL149.6°, 31.3%, 54.3%
CMYK42%, 0%, 21%, 31%
HSV149.6°, 41.7%, 68.6%
LAB66.0, -31.4, 11.9
XYZ25.4, 35.3, 29.5
Decimal6729610
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.06:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF8A;
}
.text-color {
color: #66AF8A;
}
.border-color {
border: 2px solid #66AF8A;
}