#00C599
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #00C599
When working with digital screens, the color #00C599 is rendered by mixing light. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(0, 197, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 22% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00C599
RGB0, 197, 153
HSL166.6°, 100.0%, 38.6%
CMYK100%, 0%, 22%, 23%
HSV166.6°, 100.0%, 77.3%
LAB71.0, -51.7, 10.6
XYZ25.7, 42.2, 36.9
Decimal50585
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.45:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C599;
}
.text-color {
color: #00C599;
}
.border-color {
border: 2px solid #00C599;
}