Shades of Medium Sea Green #32AA68
Tints of Medium Sea Green #32AA68
RGB
CMYK
RGB Variations
Color information
#32AA68 (or 0x32AA68) is known color: Medium Sea Green. HEX triplet: 32, AA and 68. RGB value is (50,170,104). Sum of RGB (Red+Green+Blue) = 50+170+104=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA68 is #CD5597. Grayscale: #7E7E7E. Windows color (decimal): -13456792 or 6859314. OLE color: 6859314.
HSL color Cylindrical-coordinate representation of color #32AA68: hue angle of 147º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA68 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 104 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.33 |
| HSL | 147º | 0.55% | 0.43% | - |
| HSV(B) | 147º | 0.71% | 0.67% | - |
| XYZ | 18.19 | 30.43 | 18.01 | - |
| YUV | 126.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 104 | 0.71 | 0 | 0.39 | 0.33 | 147 | 0.55 | 0.43 |
| Hex | 32 | AA | 68 | 47 | 0 | 27 | 21 | 93 | 37 | 2B |
| Octal | 62 | 252 | 150 | 107 | 0 | 47 | 41 | 223 | 67 | 53 |
| Binary | 110010 | 10101010 | 1101000 | 1000111 | 0 | 100111 | 100001 | 10010011 | 110111 | 101011 |
Color Harmonies of #32AA68
Complementary color
Monochromatic Colors of #32AA68
Black with #32AA68
Text Example
Text Example
White with #32AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA68; }
p { color: rgb(50,170,104); }
H1.HeaderClassName
{
color: #32AA68;
}
.AnyTagClassName
{
color: #32AA68;
}
</style>
background-color css
<style>
a { background-color: #32AA68; }
a { background-color: rgb(50,170,104); }
div.DivClassName
{
background-color: #32AA68;
}
.BgClassName
{
background-color: #32AA68;
}
</style>
border-color css
<style>
span { border-color: #32AA68; }
span { border-color: rgb(50,170,104); }
td.TdClassName
{
border-color: #32AA68;
}
.TagClassName
{
border-color: #32AA68;
}
</style>