Shades of Medium Sea Green #32BD71
Tints of Medium Sea Green #32BD71
RGB
CMYK
RGB Variations
Color information
#32BD71 (or 0x32BD71) is known color: Medium Sea Green. HEX triplet: 32, BD and 71. RGB value is (50,189,113). Sum of RGB (Red+Green+Blue) = 50+189+113=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD71 is #CD428E. Grayscale: #8A8A8A. Windows color (decimal): -13451919 or 7454002. OLE color: 7454002.
HSL color Cylindrical-coordinate representation of color #32BD71: hue angle of 147.19º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD71 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 113 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.26 |
| HSL | 147.19º | 0.58% | 0.47% | - |
| HSV(B) | 147.19º | 0.74% | 0.74% | - |
| XYZ | 22.49 | 38.27 | 21.82 | - |
| YUV | 138.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 113 | 0.74 | 0 | 0.40 | 0.26 | 147.19 | 0.58 | 0.47 |
| Hex | 32 | BD | 71 | 4A | 0 | 28 | 1A | 93 | 3A | 2F |
| Octal | 62 | 275 | 161 | 112 | 0 | 50 | 32 | 223 | 72 | 57 |
| Binary | 110010 | 10111101 | 1110001 | 1001010 | 0 | 101000 | 11010 | 10010011 | 111010 | 101111 |
Color Harmonies of #32BD71
Complementary color
Monochromatic Colors of #32BD71
Black with #32BD71
Text Example
Text Example
White with #32BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD71; }
p { color: rgb(50,189,113); }
H1.HeaderClassName
{
color: #32BD71;
}
.AnyTagClassName
{
color: #32BD71;
}
</style>
background-color css
<style>
a { background-color: #32BD71; }
a { background-color: rgb(50,189,113); }
div.DivClassName
{
background-color: #32BD71;
}
.BgClassName
{
background-color: #32BD71;
}
</style>
border-color css
<style>
span { border-color: #32BD71; }
span { border-color: rgb(50,189,113); }
td.TdClassName
{
border-color: #32BD71;
}
.TagClassName
{
border-color: #32BD71;
}
</style>