#3AAF92
A medium, moderate cyan closely aligning with Mediumaquamarine.
About #3AAF92
When working with digital screens, the color #3AAF92 is rendered by mixing light. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(58, 175, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 67% C, 0% M, 17% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
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#3AAF92
RGB58, 175, 146
HSL165.1°, 50.2%, 45.7%
CMYK67%, 0%, 17%, 31%
HSV165.1°, 66.9%, 68.6%
LAB64.7, -39.5, 5.4
XYZ22.3, 33.6, 32.5
Decimal3846034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAF92;
}
.text-color {
color: #3AAF92;
}
.border-color {
border: 2px solid #3AAF92;
}