#AFE9CC
A very light, moderate green closely aligning with Paleturquoise.
About #AFE9CC
The hex code #AFE9CC represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 175 red, 233 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 25% C, 0% M, 12% Y, and 9% K. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AFE9CC
RGB175, 233, 204
HSL150.0°, 56.9%, 80.0%
CMYK25%, 0%, 12%, 9%
HSV150.0°, 24.9%, 91.4%
LAB87.8, -24.2, 8.2
XYZ57.7, 71.8, 67.9
Decimal11528652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE9CC;
}
.text-color {
color: #AFE9CC;
}
.border-color {
border: 2px solid #AFE9CC;
}