#24A88A
A medium, moderate cyan closely aligning with Lightseagreen.
About #24A88A
At its core, #24A88A is a medium and moderate hue. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(36, 168, 138).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. 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#24A88A
RGB36, 168, 138
HSL166.4°, 64.7%, 40.0%
CMYK79%, 0%, 18%, 34%
HSV166.4°, 78.6%, 65.9%
LAB61.8, -41.5, 5.7
XYZ19.3, 30.2, 28.9
Decimal2402442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A88A;
}
.text-color {
color: #24A88A;
}
.border-color {
border: 2px solid #24A88A;
}