Shades of Medium Sea Green #32C060
Tints of Medium Sea Green #32C060
RGB
CMYK
RGB Variations
Color information
#32C060 (or 0x32C060) is known color: Medium Sea Green. HEX triplet: 32, C0 and 60. RGB value is (50,192,96). Sum of RGB (Red+Green+Blue) = 50+192+96=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #32C060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C060 is #CD3F9F. Grayscale: #8A8A8A. Windows color (decimal): -13451168 or 6340658. OLE color: 6340658.
HSL color Cylindrical-coordinate representation of color #32C060: hue angle of 139.44º 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 #32C060 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 96 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.25 |
| HSL | 139.44º | 0.59% | 0.47% | - |
| HSV(B) | 139.44º | 0.74% | 0.75% | - |
| XYZ | 22.28 | 39.22 | 17.46 | - |
| YUV | 138.6 | 103.96 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 96 | 0.74 | 0 | 0.50 | 0.25 | 139.44 | 0.59 | 0.47 |
| Hex | 32 | C0 | 60 | 4A | 0 | 32 | 19 | 8B | 3B | 2F |
| Octal | 62 | 300 | 140 | 112 | 0 | 62 | 31 | 213 | 73 | 57 |
| Binary | 110010 | 11000000 | 1100000 | 1001010 | 0 | 110010 | 11001 | 10001011 | 111011 | 101111 |
Color Harmonies of #32C060
Complementary color
Monochromatic Colors of #32C060
Black with #32C060
Text Example
Text Example
White with #32C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C060; }
p { color: rgb(50,192,96); }
H1.HeaderClassName
{
color: #32C060;
}
.AnyTagClassName
{
color: #32C060;
}
</style>
background-color css
<style>
a { background-color: #32C060; }
a { background-color: rgb(50,192,96); }
div.DivClassName
{
background-color: #32C060;
}
.BgClassName
{
background-color: #32C060;
}
</style>
border-color css
<style>
span { border-color: #32C060; }
span { border-color: rgb(50,192,96); }
td.TdClassName
{
border-color: #32C060;
}
.TagClassName
{
border-color: #32C060;
}
</style>