#66C599
A medium, moderate green closely aligning with Mediumaquamarine.
About #66C599
The precise color #66C599 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumaquamarine. In the RGB color space, it consists of 102 red, 197 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. With a hue angle of 152.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#66C599
RGB102, 197, 153
HSL152.2°, 45.0%, 58.6%
CMYK48%, 0%, 22%, 23%
HSV152.2°, 48.2%, 77.3%
LAB72.9, -38.4, 13.5
XYZ31.2, 45.1, 37.2
Decimal6735257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C599;
}
.text-color {
color: #66C599;
}
.border-color {
border: 2px solid #66C599;
}