#24B6AF
A medium, moderate cyan closely aligning with Lightseagreen.
About #24B6AF
The hex code #24B6AF represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 182, and 175.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 80% C, 0% M, 4% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#24B6AF
RGB36, 182, 175
HSL177.1°, 67.0%, 42.7%
CMYK80%, 0%, 4%, 29%
HSV177.1°, 80.2%, 71.4%
LAB67.2, -37.5, -7.0
XYZ25.2, 36.9, 46.4
Decimal2406063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.39:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24B6AF;
}
.text-color {
color: #24B6AF;
}
.border-color {
border: 2px solid #24B6AF;
}