#24AF99
A medium, moderate cyan closely aligning with Lightseagreen.
About #24AF99
At its core, #24AF99 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Lightseagreen. Its digital footprint relies on 36 parts red, 175 parts green, and 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 79% cyan, 0% magenta, 13% yellow, and 31% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24AF99
RGB36, 175, 153
HSL170.5°, 65.9%, 41.4%
CMYK79%, 0%, 13%, 31%
HSV170.5°, 79.4%, 68.6%
LAB64.4, -40.6, 1.1
XYZ21.8, 33.3, 35.4
Decimal2404249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.67:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24AF99;
}
.text-color {
color: #24AF99;
}
.border-color {
border: 2px solid #24AF99;
}