Shades of Medium Sea Green #32B360
Tints of Medium Sea Green #32B360
RGB
CMYK
RGB Variations
Color information
#32B360 (or 0x32B360) is known color: Medium Sea Green. HEX triplet: 32, B3 and 60. RGB value is (50,179,96). Sum of RGB (Red+Green+Blue) = 50+179+96=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #32B360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B360 is #CD4C9F. Grayscale: #838383. Windows color (decimal): -13454496 or 6337330. OLE color: 6337330.
HSL color Cylindrical-coordinate representation of color #32B360: hue angle of 141.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B360 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 96 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.30 |
| HSL | 141.4º | 0.56% | 0.45% | - |
| HSV(B) | 141.4º | 0.72% | 0.7% | - |
| XYZ | 19.55 | 33.76 | 16.55 | - |
| YUV | 130.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 96 | 0.72 | 0 | 0.46 | 0.30 | 141.4 | 0.56 | 0.45 |
| Hex | 32 | B3 | 60 | 48 | 0 | 2E | 1E | 8D | 38 | 2D |
| Octal | 62 | 263 | 140 | 110 | 0 | 56 | 36 | 215 | 70 | 55 |
| Binary | 110010 | 10110011 | 1100000 | 1001000 | 0 | 101110 | 11110 | 10001101 | 111000 | 101101 |
Color Harmonies of #32B360
Complementary color
Monochromatic Colors of #32B360
Black with #32B360
Text Example
Text Example
White with #32B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B360; }
p { color: rgb(50,179,96); }
H1.HeaderClassName
{
color: #32B360;
}
.AnyTagClassName
{
color: #32B360;
}
</style>
background-color css
<style>
a { background-color: #32B360; }
a { background-color: rgb(50,179,96); }
div.DivClassName
{
background-color: #32B360;
}
.BgClassName
{
background-color: #32B360;
}
</style>
border-color css
<style>
span { border-color: #32B360; }
span { border-color: rgb(50,179,96); }
td.TdClassName
{
border-color: #32B360;
}
.TagClassName
{
border-color: #32B360;
}
</style>