Shades of Medium Sea Green #32AA78
Tints of Medium Sea Green #32AA78
RGB
CMYK
RGB Variations
Color information
#32AA78 (or 0x32AA78) is known color: Medium Sea Green. HEX triplet: 32, AA and 78. RGB value is (50,170,120). Sum of RGB (Red+Green+Blue) = 50+170+120=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA78 is #CD5587. Grayscale: #808080. Windows color (decimal): -13456776 or 7907890. OLE color: 7907890.
HSL color Cylindrical-coordinate representation of color #32AA78: hue angle of 155º 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 #32AA78 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 120 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.33 |
| HSL | 155º | 0.55% | 0.43% | - |
| HSV(B) | 155º | 0.71% | 0.67% | - |
| XYZ | 19.08 | 30.78 | 22.71 | - |
| YUV | 128.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 120 | 0.71 | 0 | 0.29 | 0.33 | 155 | 0.55 | 0.43 |
| Hex | 32 | AA | 78 | 47 | 0 | 1D | 21 | 9B | 37 | 2B |
| Octal | 62 | 252 | 170 | 107 | 0 | 35 | 41 | 233 | 67 | 53 |
| Binary | 110010 | 10101010 | 1111000 | 1000111 | 0 | 11101 | 100001 | 10011011 | 110111 | 101011 |
Color Harmonies of #32AA78
Complementary color
Monochromatic Colors of #32AA78
Black with #32AA78
Text Example
Text Example
White with #32AA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA78; }
p { color: rgb(50,170,120); }
H1.HeaderClassName
{
color: #32AA78;
}
.AnyTagClassName
{
color: #32AA78;
}
</style>
background-color css
<style>
a { background-color: #32AA78; }
a { background-color: rgb(50,170,120); }
div.DivClassName
{
background-color: #32AA78;
}
.BgClassName
{
background-color: #32AA78;
}
</style>
border-color css
<style>
span { border-color: #32AA78; }
span { border-color: rgb(50,170,120); }
td.TdClassName
{
border-color: #32AA78;
}
.TagClassName
{
border-color: #32AA78;
}
</style>