#3AC5A0
A medium, moderate green closely aligning with Mediumaquamarine.
About #3AC5A0
At its core, #3AC5A0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(58, 197, 160).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 71% C, 0% M, 19% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AC5A0
RGB58, 197, 160
HSL164.0°, 54.5%, 50.0%
CMYK71%, 0%, 19%, 23%
HSV164.0°, 70.6%, 77.3%
LAB71.8, -45.6, 8.0
XYZ28.1, 43.4, 40.2
Decimal3851680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.67:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5A0;
}
.text-color {
color: #3AC5A0;
}
.border-color {
border: 2px solid #3AC5A0;
}