Shades of Medium Sea Green #32BB70
Tints of Medium Sea Green #32BB70
RGB
CMYK
RGB Variations
Color information
#32BB70 (or 0x32BB70) is known color: Medium Sea Green. HEX triplet: 32, BB and 70. RGB value is (50,187,112). Sum of RGB (Red+Green+Blue) = 50+187+112=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB70 is #CD448F. Grayscale: #898989. Windows color (decimal): -13452432 or 7387954. OLE color: 7387954.
HSL color Cylindrical-coordinate representation of color #32BB70: hue angle of 147.15º degrees, saturation: 0.58, 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 #32BB70 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 112 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.27 |
| HSL | 147.15º | 0.58% | 0.46% | - |
| HSV(B) | 147.15º | 0.73% | 0.73% | - |
| XYZ | 22.01 | 37.39 | 21.39 | - |
| YUV | 137.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 112 | 0.73 | 0 | 0.40 | 0.27 | 147.15 | 0.58 | 0.46 |
| Hex | 32 | BB | 70 | 49 | 0 | 28 | 1B | 93 | 3A | 2E |
| Octal | 62 | 273 | 160 | 111 | 0 | 50 | 33 | 223 | 72 | 56 |
| Binary | 110010 | 10111011 | 1110000 | 1001001 | 0 | 101000 | 11011 | 10010011 | 111010 | 101110 |
Color Harmonies of #32BB70
Complementary color
Monochromatic Colors of #32BB70
Black with #32BB70
Text Example
Text Example
White with #32BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB70; }
p { color: rgb(50,187,112); }
H1.HeaderClassName
{
color: #32BB70;
}
.AnyTagClassName
{
color: #32BB70;
}
</style>
background-color css
<style>
a { background-color: #32BB70; }
a { background-color: rgb(50,187,112); }
div.DivClassName
{
background-color: #32BB70;
}
.BgClassName
{
background-color: #32BB70;
}
</style>
border-color css
<style>
span { border-color: #32BB70; }
span { border-color: rgb(50,187,112); }
td.TdClassName
{
border-color: #32BB70;
}
.TagClassName
{
border-color: #32BB70;
}
</style>