#24A0B6
A medium, moderate cyan closely aligning with Cadetblue.
About #24A0B6
When working with digital screens, the color #24A0B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cadetblue. Its digital footprint relies on 36 parts red, 160 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 80% cyan and 12% magenta inks. The HSL representation is 189.0° hue, 67.0% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24A0B6
RGB36, 160, 182
HSL189.0°, 67.0%, 42.7%
CMYK80%, 12%, 0%, 29%
HSV189.0°, 80.2%, 71.4%
LAB60.7, -24.8, -20.7
XYZ21.7, 28.9, 48.7
Decimal2400438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A0B6;
}
.text-color {
color: #24A0B6;
}
.border-color {
border: 2px solid #24A0B6;
}