#007C92
A dark, vivid cyan closely aligning with Teal.
About #007C92
At its core, #007C92 is a dark and vivid hue. Its closest recognized web color is Teal. This translates to an RGB value of rgb(0, 124, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 15% magenta, 0% yellow, and 43% black. The HSL representation is 189.0° hue, 100.0% saturation, and 28.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007C92
RGB0, 124, 146
HSL189.0°, 100.0%, 28.6%
CMYK100%, 15%, 0%, 43%
HSV189.0°, 100.0%, 57.3%
LAB47.6, -20.6, -20.1
XYZ12.4, 16.5, 29.7
Decimal31890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C92;
}
.text-color {
color: #007C92;
}
.border-color {
border: 2px solid #007C92;
}