#24997C
A dark, moderate cyan closely aligning with Seagreen.
About #24997C
The hex code #24997C represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 153, and 124.
If you are designing for print, the four-color process is what matters most. The color uses 76% Cyan, 0% Magenta, 19% Yellow, and 40% Black. The HSL representation is 165.1° hue, 61.9% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24997C
RGB36, 153, 124
HSL165.1°, 61.9%, 37.1%
CMYK76%, 0%, 19%, 40%
HSV165.1°, 76.5%, 60.0%
LAB56.7, -38.7, 6.2
XYZ15.8, 24.6, 23.0
Decimal2398588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24997C;
}
.text-color {
color: #24997C;
}
.border-color {
border: 2px solid #24997C;
}