#076D75
A dark, vivid cyan closely aligning with Teal.
About #076D75
The hex code #076D75 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 7 red, 109 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 94% cyan, 7% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#076D75
RGB7, 109, 117
HSL184.4°, 88.7%, 24.3%
CMYK94%, 7%, 0%, 54%
HSV184.4°, 94.0%, 45.9%
LAB41.6, -22.5, -11.9
XYZ8.8, 12.3, 18.7
Decimal486773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D75;
}
.text-color {
color: #076D75;
}
.border-color {
border: 2px solid #076D75;
}