#24BDB6
A medium, moderate cyan closely aligning with Lightseagreen.
About #24BDB6
At its core, #24BDB6 is a medium and moderate hue. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(36, 189, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 81% cyan, 0% magenta, 4% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24BDB6
RGB36, 189, 182
HSL177.3°, 68.0%, 44.1%
CMYK81%, 0%, 4%, 26%
HSV177.3°, 81.0%, 74.1%
LAB69.6, -38.7, -7.3
XYZ27.4, 40.1, 50.6
Decimal2407862
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24BDB6;
}
.text-color {
color: #24BDB6;
}
.border-color {
border: 2px solid #24BDB6;
}