Shades of Medium Sea Green #32B160
Tints of Medium Sea Green #32B160
RGB
CMYK
RGB Variations
Color information
#32B160 (or 0x32B160) is known color: Medium Sea Green. HEX triplet: 32, B1 and 60. RGB value is (50,177,96). Sum of RGB (Red+Green+Blue) = 50+177+96=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #32B160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B160 is #CD4E9F. Grayscale: #818181. Windows color (decimal): -13455008 or 6336818. OLE color: 6336818.
HSL color Cylindrical-coordinate representation of color #32B160: hue angle of 141.73º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B160 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 96 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.31 |
| HSL | 141.73º | 0.56% | 0.45% | - |
| HSV(B) | 141.73º | 0.72% | 0.69% | - |
| XYZ | 19.15 | 32.97 | 16.42 | - |
| YUV | 129.79 | 108.92 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 96 | 0.72 | 0 | 0.46 | 0.31 | 141.73 | 0.56 | 0.45 |
| Hex | 32 | B1 | 60 | 48 | 0 | 2E | 1F | 8E | 38 | 2D |
| Octal | 62 | 261 | 140 | 110 | 0 | 56 | 37 | 216 | 70 | 55 |
| Binary | 110010 | 10110001 | 1100000 | 1001000 | 0 | 101110 | 11111 | 10001110 | 111000 | 101101 |
Color Harmonies of #32B160
Complementary color
Monochromatic Colors of #32B160
Black with #32B160
Text Example
Text Example
White with #32B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B160; }
p { color: rgb(50,177,96); }
H1.HeaderClassName
{
color: #32B160;
}
.AnyTagClassName
{
color: #32B160;
}
</style>
background-color css
<style>
a { background-color: #32B160; }
a { background-color: rgb(50,177,96); }
div.DivClassName
{
background-color: #32B160;
}
.BgClassName
{
background-color: #32B160;
}
</style>
border-color css
<style>
span { border-color: #32B160; }
span { border-color: rgb(50,177,96); }
td.TdClassName
{
border-color: #32B160;
}
.TagClassName
{
border-color: #32B160;
}
</style>