Shades of Medium Sea Green #32C056
Tints of Medium Sea Green #32C056
RGB
CMYK
RGB Variations
Color information
#32C056 (or 0x32C056) is known color: Medium Sea Green. HEX triplet: 32, C0 and 56. RGB value is (50,192,86). Sum of RGB (Red+Green+Blue) = 50+192+86=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #32C056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C056 is #CD3FA9. Grayscale: #898989. Windows color (decimal): -13451178 or 5685298. OLE color: 5685298.
HSL color Cylindrical-coordinate representation of color #32C056: hue angle of 135.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C056 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 86 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.25 |
| HSL | 135.21º | 0.59% | 0.47% | - |
| HSV(B) | 135.21º | 0.74% | 0.75% | - |
| XYZ | 21.84 | 39.05 | 15.19 | - |
| YUV | 137.46 | 98.96 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 86 | 0.74 | 0 | 0.55 | 0.25 | 135.21 | 0.59 | 0.47 |
| Hex | 32 | C0 | 56 | 4A | 0 | 37 | 19 | 87 | 3B | 2F |
| Octal | 62 | 300 | 126 | 112 | 0 | 67 | 31 | 207 | 73 | 57 |
| Binary | 110010 | 11000000 | 1010110 | 1001010 | 0 | 110111 | 11001 | 10000111 | 111011 | 101111 |
Color Harmonies of #32C056
Complementary color
Monochromatic Colors of #32C056
Black with #32C056
Text Example
Text Example
White with #32C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C056; }
p { color: rgb(50,192,86); }
H1.HeaderClassName
{
color: #32C056;
}
.AnyTagClassName
{
color: #32C056;
}
</style>
background-color css
<style>
a { background-color: #32C056; }
a { background-color: rgb(50,192,86); }
div.DivClassName
{
background-color: #32C056;
}
.BgClassName
{
background-color: #32C056;
}
</style>
border-color css
<style>
span { border-color: #32C056; }
span { border-color: rgb(50,192,86); }
td.TdClassName
{
border-color: #32C056;
}
.TagClassName
{
border-color: #32C056;
}
</style>