Shades of Medium Sea Green #32C278
Tints of Medium Sea Green #32C278
RGB
CMYK
RGB Variations
Color information
#32C278 (or 0x32C278) is known color: Medium Sea Green. HEX triplet: 32, C2 and 78. RGB value is (50,194,120). Sum of RGB (Red+Green+Blue) = 50+194+120=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #32C278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C278 is #CD3D87. Grayscale: #8E8E8E. Windows color (decimal): -13450632 or 7914034. OLE color: 7914034.
HSL color Cylindrical-coordinate representation of color #32C278: hue angle of 149.17º 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 #32C278 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 120 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.24 |
| HSL | 149.17º | 0.59% | 0.48% | - |
| HSV(B) | 149.17º | 0.74% | 0.76% | - |
| XYZ | 24 | 40.62 | 24.34 | - |
| YUV | 142.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 120 | 0.74 | 0 | 0.38 | 0.24 | 149.17 | 0.59 | 0.48 |
| Hex | 32 | C2 | 78 | 4A | 0 | 26 | 18 | 95 | 3B | 30 |
| Octal | 62 | 302 | 170 | 112 | 0 | 46 | 30 | 225 | 73 | 60 |
| Binary | 110010 | 11000010 | 1111000 | 1001010 | 0 | 100110 | 11000 | 10010101 | 111011 | 110000 |
Color Harmonies of #32C278
Complementary color
Monochromatic Colors of #32C278
Black with #32C278
Text Example
Text Example
White with #32C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C278; }
p { color: rgb(50,194,120); }
H1.HeaderClassName
{
color: #32C278;
}
.AnyTagClassName
{
color: #32C278;
}
</style>
background-color css
<style>
a { background-color: #32C278; }
a { background-color: rgb(50,194,120); }
div.DivClassName
{
background-color: #32C278;
}
.BgClassName
{
background-color: #32C278;
}
</style>
border-color css
<style>
span { border-color: #32C278; }
span { border-color: rgb(50,194,120); }
td.TdClassName
{
border-color: #32C278;
}
.TagClassName
{
border-color: #32C278;
}
</style>