#07A8A8
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A8A8
Visually, #07A8A8 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. Its digital footprint relies on 7 parts red, 168 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 0% Magenta, 0% Yellow, and 34% Black. The HSL representation is 180.0° hue, 92.0% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07A8A8
RGB7, 168, 168
HSL180.0°, 92.0%, 34.3%
CMYK96%, 0%, 0%, 34%
HSV180.0°, 95.8%, 65.9%
LAB62.4, -34.9, -10.3
XYZ21.2, 30.9, 41.9
Decimal501928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8A8;
}
.text-color {
color: #07A8A8;
}
.border-color {
border: 2px solid #07A8A8;
}