#0F7C7C
A dark, vivid cyan closely aligning with Teal.
About #0F7C7C
At its core, #0F7C7C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(15, 124, 124).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 0% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#0F7C7C
RGB15, 124, 124
HSL180.0°, 78.4%, 27.3%
CMYK88%, 0%, 0%, 51%
HSV180.0°, 87.9%, 48.6%
LAB46.9, -27.3, -8.1
XYZ11.0, 16.0, 21.6
Decimal1014908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C7C;
}
.text-color {
color: #0F7C7C;
}
.border-color {
border: 2px solid #0F7C7C;
}