#3AF0A0
A medium, vivid green closely aligning with Mediumspringgreen.
About #3AF0A0
When working with digital screens, the color #3AF0A0 is rendered by mixing light. Its closest recognized web color is Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 240, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 76% Cyan, 0% Magenta, 33% Yellow, and 6% Black. The HSL representation is 153.6° hue, 85.8% saturation, and 58.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AF0A0
RGB58, 240, 160
HSL153.6°, 85.8%, 58.4%
CMYK76%, 0%, 33%, 6%
HSV153.6°, 75.8%, 94.1%
LAB84.9, -62.5, 26.2
XYZ39.3, 65.8, 43.9
Decimal3862688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.15:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF0A0;
}
.text-color {
color: #3AF0A0;
}
.border-color {
border: 2px solid #3AF0A0;
}