#99E9D3
A light, moderate green closely aligning with Paleturquoise.
About #99E9D3
The hex code #99E9D3 represents a beautifully specific shade of green. It is closely associated with the named CSS color Paleturquoise. Its digital footprint relies on 153 parts red, 233 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 34% C, 0% M, 9% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99E9D3
RGB153, 233, 211
HSL163.5°, 64.5%, 75.7%
CMYK34%, 0%, 9%, 9%
HSV163.5°, 34.3%, 91.4%
LAB86.9, -29.2, 2.9
XYZ54.0, 69.8, 72.2
Decimal10086867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E9D3;
}
.text-color {
color: #99E9D3;
}
.border-color {
border: 2px solid #99E9D3;
}