#07998A
A dark, vivid cyan closely aligning with Lightseagreen.
About #07998A
Visually, #07998A is defined as a vivid cyan. Designers often compare it to the standard color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 153, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 95% C, 0% M, 10% Y, and 40% K. The HSL representation is 173.8° hue, 91.2% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#07998A
RGB7, 153, 138
HSL173.8°, 91.2%, 31.4%
CMYK95%, 0%, 10%, 40%
HSV173.8°, 95.4%, 60.0%
LAB56.7, -37.1, -1.7
XYZ16.1, 24.7, 28.0
Decimal498058
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.93:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07998A;
}
.text-color {
color: #07998A;
}
.border-color {
border: 2px solid #07998A;
}