Shades of Medium Sea Green #32B970
Tints of Medium Sea Green #32B970
RGB
CMYK
RGB Variations
Color information
#32B970 (or 0x32B970) is known color: Medium Sea Green. HEX triplet: 32, B9 and 70. RGB value is (50,185,112). Sum of RGB (Red+Green+Blue) = 50+185+112=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #32B970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B970 is #CD468F. Grayscale: #888888. Windows color (decimal): -13452944 or 7387442. OLE color: 7387442.
HSL color Cylindrical-coordinate representation of color #32B970: hue angle of 147.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B970 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 112 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.27 |
| HSL | 147.56º | 0.57% | 0.46% | - |
| HSV(B) | 147.56º | 0.73% | 0.73% | - |
| XYZ | 21.59 | 36.55 | 21.25 | - |
| YUV | 136.31 | 114.27 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 112 | 0.73 | 0 | 0.39 | 0.27 | 147.56 | 0.57 | 0.46 |
| Hex | 32 | B9 | 70 | 49 | 0 | 27 | 1B | 94 | 39 | 2E |
| Octal | 62 | 271 | 160 | 111 | 0 | 47 | 33 | 224 | 71 | 56 |
| Binary | 110010 | 10111001 | 1110000 | 1001001 | 0 | 100111 | 11011 | 10010100 | 111001 | 101110 |
Color Harmonies of #32B970
Complementary color
Monochromatic Colors of #32B970
Black with #32B970
Text Example
Text Example
White with #32B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B970; }
p { color: rgb(50,185,112); }
H1.HeaderClassName
{
color: #32B970;
}
.AnyTagClassName
{
color: #32B970;
}
</style>
background-color css
<style>
a { background-color: #32B970; }
a { background-color: rgb(50,185,112); }
div.DivClassName
{
background-color: #32B970;
}
.BgClassName
{
background-color: #32B970;
}
</style>
border-color css
<style>
span { border-color: #32B970; }
span { border-color: rgb(50,185,112); }
td.TdClassName
{
border-color: #32B970;
}
.TagClassName
{
border-color: #32B970;
}
</style>