#07A8A0
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A8A0
At its core, #07A8A0 is a dark and vivid hue. Designers often compare it to the standard color Lightseagreen. Its digital footprint relies on 7 parts red, 168 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 0% Magenta, 5% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A8A0
RGB7, 168, 160
HSL177.0°, 92.0%, 34.3%
CMYK96%, 0%, 5%, 34%
HSV177.0°, 95.8%, 65.9%
LAB62.2, -37.4, -6.2
XYZ20.4, 30.6, 38.1
Decimal501920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8A0;
}
.text-color {
color: #07A8A0;
}
.border-color {
border: 2px solid #07A8A0;
}