Shades of Medium Sea Green #32C256
Tints of Medium Sea Green #32C256
RGB
CMYK
RGB Variations
Color information
#32C256 (or 0x32C256) is known color: Medium Sea Green. HEX triplet: 32, C2 and 56. RGB value is (50,194,86). Sum of RGB (Red+Green+Blue) = 50+194+86=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #32C256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C256 is #CD3DA9. Grayscale: #8A8A8A. Windows color (decimal): -13450666 or 5685810. OLE color: 5685810.
HSL color Cylindrical-coordinate representation of color #32C256: hue angle of 135º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C256 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 86 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.24 |
| HSL | 135º | 0.59% | 0.48% | - |
| HSV(B) | 135º | 0.74% | 0.76% | - |
| XYZ | 22.29 | 39.93 | 15.34 | - |
| YUV | 138.63 | 98.29 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 86 | 0.74 | 0 | 0.56 | 0.24 | 135 | 0.59 | 0.48 |
| Hex | 32 | C2 | 56 | 4A | 0 | 38 | 18 | 87 | 3B | 30 |
| Octal | 62 | 302 | 126 | 112 | 0 | 70 | 30 | 207 | 73 | 60 |
| Binary | 110010 | 11000010 | 1010110 | 1001010 | 0 | 111000 | 11000 | 10000111 | 111011 | 110000 |
Color Harmonies of #32C256
Complementary color
Monochromatic Colors of #32C256
Black with #32C256
Text Example
Text Example
White with #32C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C256; }
p { color: rgb(50,194,86); }
H1.HeaderClassName
{
color: #32C256;
}
.AnyTagClassName
{
color: #32C256;
}
</style>
background-color css
<style>
a { background-color: #32C256; }
a { background-color: rgb(50,194,86); }
div.DivClassName
{
background-color: #32C256;
}
.BgClassName
{
background-color: #32C256;
}
</style>
border-color css
<style>
span { border-color: #32C256; }
span { border-color: rgb(50,194,86); }
td.TdClassName
{
border-color: #32C256;
}
.TagClassName
{
border-color: #32C256;
}
</style>