#24998A
A dark, moderate cyan closely aligning with Darkcyan.
About #24998A
Visually, #24998A is defined as a moderate cyan. Its closest recognized web color is Darkcyan. This translates to an RGB value of rgb(36, 153, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 0% M, 10% Y, and 40% K. The HSL representation is 172.3° hue, 61.9% saturation, and 37.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24998A
RGB36, 153, 138
HSL172.3°, 61.9%, 37.1%
CMYK76%, 0%, 10%, 40%
HSV172.3°, 76.5%, 60.0%
LAB57.1, -34.9, -1.2
XYZ16.7, 25.0, 28.0
Decimal2398602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24998A;
}
.text-color {
color: #24998A;
}
.border-color {
border: 2px solid #24998A;
}