#66B699
A medium, moderate green closely aligning with Mediumaquamarine.
About #66B699
Visually, #66B699 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(102, 182, 153).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 44% cyan, 0% magenta, 16% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66B699
RGB102, 182, 153
HSL158.2°, 35.4%, 55.7%
CMYK44%, 0%, 16%, 29%
HSV158.2°, 44.0%, 71.4%
LAB68.4, -31.5, 7.2
XYZ28.0, 38.6, 36.1
Decimal6731417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66B699;
}
.text-color {
color: #66B699;
}
.border-color {
border: 2px solid #66B699;
}