#66AF6D
A medium, moderate green closely aligning with Mediumseagreen.
About #66AF6D
At its core, #66AF6D is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(102, 175, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 42% cyan and 0% magenta inks. With a hue angle of 125.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66AF6D
RGB102, 175, 109
HSL125.8°, 31.3%, 54.3%
CMYK42%, 0%, 38%, 31%
HSV125.8°, 41.7%, 68.6%
LAB65.4, -36.9, 26.9
XYZ23.6, 34.6, 19.9
Decimal6729581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.92:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF6D;
}
.text-color {
color: #66AF6D;
}
.border-color {
border: 2px solid #66AF6D;
}