#AFF0DB
A very light, moderate green closely aligning with Paleturquoise.
About #AFF0DB
The hex code #AFF0DB represents a beautifully specific shade of green. Its closest recognized web color is Paleturquoise. Its digital footprint relies on 175 parts red, 240 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 0% magenta, 9% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF0DB
RGB175, 240, 219
HSL160.6°, 68.4%, 81.4%
CMYK27%, 0%, 9%, 6%
HSV160.6°, 27.1%, 94.1%
LAB90.1, -24.6, 3.6
XYZ61.6, 76.5, 78.5
Decimal11530459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.31:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF0DB;
}
.text-color {
color: #AFF0DB;
}
.border-color {
border: 2px solid #AFF0DB;
}