#AFDBCC
A light, moderate green closely aligning with Paleturquoise.
About #AFDBCC
The hex code #AFDBCC represents a beautifully specific shade of green. Designers often compare it to the standard color Paleturquoise. Its digital footprint relies on 175 parts red, 219 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 0% magenta, 7% yellow, and 14% black. The HSL representation is 159.5° hue, 37.9% saturation, and 77.3% lightness.
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#AFDBCC
RGB175, 219, 204
HSL159.5°, 37.9%, 77.3%
CMYK20%, 0%, 7%, 14%
HSV159.5°, 20.1%, 85.9%
LAB84.0, -17.3, 2.6
XYZ53.9, 64.1, 66.7
Decimal11525068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.83:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBCC;
}
.text-color {
color: #AFDBCC;
}
.border-color {
border: 2px solid #AFDBCC;
}