#247C7C
A dark, moderate cyan closely aligning with Teal.
About #247C7C
Visually, #247C7C is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 36 parts red, 124 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 0% magenta, 0% yellow, and 51% black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#247C7C
RGB36, 124, 124
HSL180.0°, 55.0%, 31.4%
CMYK71%, 0%, 0%, 51%
HSV180.0°, 71.0%, 48.6%
LAB47.3, -25.0, -7.5
XYZ11.6, 16.2, 21.6
Decimal2391164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247C7C;
}
.text-color {
color: #247C7C;
}
.border-color {
border: 2px solid #247C7C;
}