#16C575
A medium, vivid green closely aligning with Mediumseagreen.
About #16C575
The precise color #16C575 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 22 red, 197 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16C575
RGB22, 197, 117
HSL152.6°, 79.9%, 42.9%
CMYK89%, 0%, 41%, 23%
HSV152.6°, 88.8%, 77.3%
LAB70.4, -58.8, 28.9
XYZ23.5, 41.4, 23.6
Decimal1492341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16C575;
}
.text-color {
color: #16C575;
}
.border-color {
border: 2px solid #16C575;
}