#247C66
A dark, moderate cyan closely aligning with Teal.
About #247C66
At its core, #247C66 is a dark and moderate hue. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(36, 124, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 71% C, 0% M, 18% Y, and 51% K. With a hue angle of 165.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#247C66
RGB36, 124, 102
HSL165.0°, 55.0%, 31.4%
CMYK71%, 0%, 18%, 51%
HSV165.0°, 71.0%, 48.6%
LAB46.6, -31.4, 4.6
XYZ10.3, 15.7, 15.1
Decimal2391142
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247C66;
}
.text-color {
color: #247C66;
}
.border-color {
border: 2px solid #247C66;
}