#00B692
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #00B692
At its core, #00B692 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 0 parts red, 182 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00B692
RGB0, 182, 146
HSL168.1°, 100.0%, 35.7%
CMYK100%, 0%, 20%, 29%
HSV168.1°, 100.0%, 71.4%
LAB66.2, -47.5, 7.5
XYZ21.9, 35.5, 32.9
Decimal46738
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B692;
}
.text-color {
color: #00B692;
}
.border-color {
border: 2px solid #00B692;
}