#07B6B6
A dark, vivid cyan closely aligning with Lightseagreen.
About #07B6B6
When working with digital screens, the color #07B6B6 is rendered by mixing light. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(7, 182, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 0% magenta, 0% yellow, and 29% black. The HSL representation is 180.0° hue, 92.6% saturation, and 37.1% lightness.
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#07B6B6
RGB7, 182, 182
HSL180.0°, 92.6%, 37.1%
CMYK96%, 0%, 0%, 29%
HSV180.0°, 96.2%, 71.4%
LAB67.2, -37.1, -10.9
XYZ25.3, 36.9, 50.0
Decimal505526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07B6B6;
}
.text-color {
color: #07B6B6;
}
.border-color {
border: 2px solid #07B6B6;
}