Shades of Medium Sea Green #32AC68
Tints of Medium Sea Green #32AC68
RGB
CMYK
RGB Variations
Color information
#32AC68 (or 0x32AC68) is known color: Medium Sea Green. HEX triplet: 32, AC and 68. RGB value is (50,172,104). Sum of RGB (Red+Green+Blue) = 50+172+104=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC68 is #CD5397. Grayscale: #7F7F7F. Windows color (decimal): -13456280 or 6859826. OLE color: 6859826.
HSL color Cylindrical-coordinate representation of color #32AC68: hue angle of 146.56º 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 #32AC68 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 104 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.33 |
| HSL | 146.56º | 0.55% | 0.44% | - |
| HSV(B) | 146.56º | 0.71% | 0.67% | - |
| XYZ | 18.57 | 31.18 | 18.14 | - |
| YUV | 127.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 104 | 0.71 | 0 | 0.40 | 0.33 | 146.56 | 0.55 | 0.44 |
| Hex | 32 | AC | 68 | 47 | 0 | 28 | 21 | 93 | 37 | 2C |
| Octal | 62 | 254 | 150 | 107 | 0 | 50 | 41 | 223 | 67 | 54 |
| Binary | 110010 | 10101100 | 1101000 | 1000111 | 0 | 101000 | 100001 | 10010011 | 110111 | 101100 |
Color Harmonies of #32AC68
Complementary color
Monochromatic Colors of #32AC68
Black with #32AC68
Text Example
Text Example
White with #32AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC68; }
p { color: rgb(50,172,104); }
H1.HeaderClassName
{
color: #32AC68;
}
.AnyTagClassName
{
color: #32AC68;
}
</style>
background-color css
<style>
a { background-color: #32AC68; }
a { background-color: rgb(50,172,104); }
div.DivClassName
{
background-color: #32AC68;
}
.BgClassName
{
background-color: #32AC68;
}
</style>
border-color css
<style>
span { border-color: #32AC68; }
span { border-color: rgb(50,172,104); }
td.TdClassName
{
border-color: #32AC68;
}
.TagClassName
{
border-color: #32AC68;
}
</style>