Shades of Medium Sea Green #32AC75
Tints of Medium Sea Green #32AC75
RGB
CMYK
RGB Variations
Color information
#32AC75 (or 0x32AC75) is known color: Medium Sea Green. HEX triplet: 32, AC and 75. RGB value is (50,172,117). Sum of RGB (Red+Green+Blue) = 50+172+117=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC75 is #CD538A. Grayscale: #818181. Windows color (decimal): -13456267 or 7711794. OLE color: 7711794.
HSL color Cylindrical-coordinate representation of color #32AC75: hue angle of 152.95º 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 #32AC75 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 117 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.33 |
| HSL | 152.95º | 0.55% | 0.44% | - |
| HSV(B) | 152.95º | 0.71% | 0.67% | - |
| XYZ | 19.28 | 31.47 | 21.89 | - |
| YUV | 129.25 | 121.08 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 117 | 0.71 | 0 | 0.32 | 0.33 | 152.95 | 0.55 | 0.44 |
| Hex | 32 | AC | 75 | 47 | 0 | 20 | 21 | 99 | 37 | 2C |
| Octal | 62 | 254 | 165 | 107 | 0 | 40 | 41 | 231 | 67 | 54 |
| Binary | 110010 | 10101100 | 1110101 | 1000111 | 0 | 100000 | 100001 | 10011001 | 110111 | 101100 |
Color Harmonies of #32AC75
Complementary color
Monochromatic Colors of #32AC75
Black with #32AC75
Text Example
Text Example
White with #32AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC75; }
p { color: rgb(50,172,117); }
H1.HeaderClassName
{
color: #32AC75;
}
.AnyTagClassName
{
color: #32AC75;
}
</style>
background-color css
<style>
a { background-color: #32AC75; }
a { background-color: rgb(50,172,117); }
div.DivClassName
{
background-color: #32AC75;
}
.BgClassName
{
background-color: #32AC75;
}
</style>
border-color css
<style>
span { border-color: #32AC75; }
span { border-color: rgb(50,172,117); }
td.TdClassName
{
border-color: #32AC75;
}
.TagClassName
{
border-color: #32AC75;
}
</style>