Shades of Medium Sea Green #32AA75
Tints of Medium Sea Green #32AA75
RGB
CMYK
RGB Variations
Color information
#32AA75 (or 0x32AA75) is known color: Medium Sea Green. HEX triplet: 32, AA and 75. RGB value is (50,170,117). Sum of RGB (Red+Green+Blue) = 50+170+117=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA75 is #CD558A. Grayscale: #808080. Windows color (decimal): -13456779 or 7711282. OLE color: 7711282.
HSL color Cylindrical-coordinate representation of color #32AA75: hue angle of 153.5º 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 #32AA75 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 117 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.33 |
| HSL | 153.5º | 0.55% | 0.43% | - |
| HSV(B) | 153.5º | 0.71% | 0.67% | - |
| XYZ | 18.9 | 30.71 | 21.76 | - |
| YUV | 128.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 117 | 0.71 | 0 | 0.31 | 0.33 | 153.5 | 0.55 | 0.43 |
| Hex | 32 | AA | 75 | 47 | 0 | 1F | 21 | 9A | 37 | 2B |
| Octal | 62 | 252 | 165 | 107 | 0 | 37 | 41 | 232 | 67 | 53 |
| Binary | 110010 | 10101010 | 1110101 | 1000111 | 0 | 11111 | 100001 | 10011010 | 110111 | 101011 |
Color Harmonies of #32AA75
Complementary color
Monochromatic Colors of #32AA75
Black with #32AA75
Text Example
Text Example
White with #32AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA75; }
p { color: rgb(50,170,117); }
H1.HeaderClassName
{
color: #32AA75;
}
.AnyTagClassName
{
color: #32AA75;
}
</style>
background-color css
<style>
a { background-color: #32AA75; }
a { background-color: rgb(50,170,117); }
div.DivClassName
{
background-color: #32AA75;
}
.BgClassName
{
background-color: #32AA75;
}
</style>
border-color css
<style>
span { border-color: #32AA75; }
span { border-color: rgb(50,170,117); }
td.TdClassName
{
border-color: #32AA75;
}
.TagClassName
{
border-color: #32AA75;
}
</style>