#007C75
A dark, vivid cyan closely aligning with Teal.
About #007C75
When working with digital screens, the color #007C75 is rendered by mixing light. Its closest recognized web color is Teal. This translates to an RGB value of rgb(0, 124, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 6% Yellow, and 51% Black. With a hue angle of 176.6 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#007C75
RGB0, 124, 117
HSL176.6°, 100.0%, 24.3%
CMYK100%, 0%, 6%, 51%
HSV176.6°, 100.0%, 48.6%
LAB46.6, -30.4, -4.5
XYZ10.4, 15.7, 19.3
Decimal31861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C75;
}
.text-color {
color: #007C75;
}
.border-color {
border: 2px solid #007C75;
}