Shades of Medium Sea Green #32AC60
Tints of Medium Sea Green #32AC60
RGB
CMYK
RGB Variations
Color information
#32AC60 (or 0x32AC60) is known color: Medium Sea Green. HEX triplet: 32, AC and 60. RGB value is (50,172,96). Sum of RGB (Red+Green+Blue) = 50+172+96=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC60 is #CD539F. Grayscale: #7F7F7F. Windows color (decimal): -13456288 or 6335538. OLE color: 6335538.
HSL color Cylindrical-coordinate representation of color #32AC60: hue angle of 142.62º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC60 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 96 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.33 |
| HSL | 142.62º | 0.55% | 0.44% | - |
| HSV(B) | 142.62º | 0.71% | 0.67% | - |
| XYZ | 18.18 | 31.03 | 16.1 | - |
| YUV | 126.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 96 | 0.71 | 0 | 0.44 | 0.33 | 142.62 | 0.55 | 0.44 |
| Hex | 32 | AC | 60 | 47 | 0 | 2C | 21 | 8F | 37 | 2C |
| Octal | 62 | 254 | 140 | 107 | 0 | 54 | 41 | 217 | 67 | 54 |
| Binary | 110010 | 10101100 | 1100000 | 1000111 | 0 | 101100 | 100001 | 10001111 | 110111 | 101100 |
Color Harmonies of #32AC60
Complementary color
Monochromatic Colors of #32AC60
Black with #32AC60
Text Example
Text Example
White with #32AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC60; }
p { color: rgb(50,172,96); }
H1.HeaderClassName
{
color: #32AC60;
}
.AnyTagClassName
{
color: #32AC60;
}
</style>
background-color css
<style>
a { background-color: #32AC60; }
a { background-color: rgb(50,172,96); }
div.DivClassName
{
background-color: #32AC60;
}
.BgClassName
{
background-color: #32AC60;
}
</style>
border-color css
<style>
span { border-color: #32AC60; }
span { border-color: rgb(50,172,96); }
td.TdClassName
{
border-color: #32AC60;
}
.TagClassName
{
border-color: #32AC60;
}
</style>