#07A899
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A899
At its core, #07A899 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 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. With a hue angle of 174.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A899
RGB7, 168, 153
HSL174.4°, 92.0%, 34.3%
CMYK96%, 0%, 9%, 34%
HSV174.4°, 95.8%, 65.9%
LAB62.0, -39.4, -2.5
XYZ19.8, 30.4, 34.9
Decimal501913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.07:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A899;
}
.text-color {
color: #07A899;
}
.border-color {
border: 2px solid #07A899;
}