Shades of Medium Sea Green #32AA64
Tints of Medium Sea Green #32AA64
RGB
CMYK
RGB Variations
Color information
#32AA64 (or 0x32AA64) is known color: Medium Sea Green. HEX triplet: 32, AA and 64. RGB value is (50,170,100). Sum of RGB (Red+Green+Blue) = 50+170+100=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA64 is #CD559B. Grayscale: #7E7E7E. Windows color (decimal): -13456796 or 6597170. OLE color: 6597170.
HSL color Cylindrical-coordinate representation of color #32AA64: hue angle of 145º 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 #32AA64 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 100 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.33 |
| HSL | 145º | 0.55% | 0.43% | - |
| HSV(B) | 145º | 0.71% | 0.67% | - |
| XYZ | 17.99 | 30.35 | 16.97 | - |
| YUV | 126.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 100 | 0.71 | 0 | 0.41 | 0.33 | 145 | 0.55 | 0.43 |
| Hex | 32 | AA | 64 | 47 | 0 | 29 | 21 | 91 | 37 | 2B |
| Octal | 62 | 252 | 144 | 107 | 0 | 51 | 41 | 221 | 67 | 53 |
| Binary | 110010 | 10101010 | 1100100 | 1000111 | 0 | 101001 | 100001 | 10010001 | 110111 | 101011 |
Color Harmonies of #32AA64
Complementary color
Monochromatic Colors of #32AA64
Black with #32AA64
Text Example
Text Example
White with #32AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA64; }
p { color: rgb(50,170,100); }
H1.HeaderClassName
{
color: #32AA64;
}
.AnyTagClassName
{
color: #32AA64;
}
</style>
background-color css
<style>
a { background-color: #32AA64; }
a { background-color: rgb(50,170,100); }
div.DivClassName
{
background-color: #32AA64;
}
.BgClassName
{
background-color: #32AA64;
}
</style>
border-color css
<style>
span { border-color: #32AA64; }
span { border-color: rgb(50,170,100); }
td.TdClassName
{
border-color: #32AA64;
}
.TagClassName
{
border-color: #32AA64;
}
</style>