#50A06D
A medium, moderate green closely aligning with Seagreen.
About #50A06D
When working with digital screens, the color #50A06D is rendered by mixing light. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 160, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 0% M, 32% Y, and 37% 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50A06D
RGB80, 160, 109
HSL141.8°, 33.3%, 47.1%
CMYK50%, 0%, 32%, 37%
HSV141.8°, 50.0%, 62.7%
LAB59.8, -36.4, 19.2
XYZ18.6, 28.0, 18.9
Decimal5283949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A06D;
}
.text-color {
color: #50A06D;
}
.border-color {
border: 2px solid #50A06D;
}