#3AFFB6
A light, vivid green closely aligning with Mediumspringgreen.
About #3AFFB6
At its core, #3AFFB6 is a light and vivid hue. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(58, 255, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 29% Yellow, and 0% Black. With a hue angle of 157.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AFFB6
RGB58, 255, 182
HSL157.8°, 100.0%, 61.4%
CMYK77%, 0%, 29%, 0%
HSV157.8°, 77.3%, 100.0%
LAB89.8, -63.5, 21.7
XYZ45.9, 75.8, 56.5
Decimal3866550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.16:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFFB6;
}
.text-color {
color: #3AFFB6;
}
.border-color {
border: 2px solid #3AFFB6;
}