#07756D
A dark, vivid cyan closely aligning with Teal.
About #07756D
The hex code #07756D represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 117, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 7% Yellow, and 54% Black. The HSL representation is 175.6° hue, 88.7% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07756D
RGB7, 117, 109
HSL175.6°, 88.7%, 24.3%
CMYK94%, 0%, 7%, 54%
HSV175.6°, 94.0%, 45.9%
LAB44.0, -29.2, -3.4
XYZ9.2, 13.9, 16.7
Decimal488813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #07756D;
}
.text-color {
color: #07756D;
}
.border-color {
border: 2px solid #07756D;
}