Shades of Medium Sea Green #32A56C
Tints of Medium Sea Green #32A56C
RGB
CMYK
RGB Variations
Color information
#32A56C (or 0x32A56C) is known color: Medium Sea Green. HEX triplet: 32, A5 and 6C. RGB value is (50,165,108). Sum of RGB (Red+Green+Blue) = 50+165+108=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #32A56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A56C is #CD5A93. Grayscale: #7C7C7C. Windows color (decimal): -13458068 or 7120178. OLE color: 7120178.
HSL color Cylindrical-coordinate representation of color #32A56C: hue angle of 150.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A56C is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 108 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.35 |
| HSL | 150.26º | 0.53% | 0.42% | - |
| HSV(B) | 150.26º | 0.7% | 0.65% | - |
| XYZ | 17.48 | 28.67 | 18.8 | - |
| YUV | 124.12 | 118.9 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 108 | 0.70 | 0 | 0.35 | 0.35 | 150.26 | 0.53 | 0.42 |
| Hex | 32 | A5 | 6C | 46 | 0 | 23 | 23 | 96 | 35 | 2A |
| Octal | 62 | 245 | 154 | 106 | 0 | 43 | 43 | 226 | 65 | 52 |
| Binary | 110010 | 10100101 | 1101100 | 1000110 | 0 | 100011 | 100011 | 10010110 | 110101 | 101010 |
Color Harmonies of #32A56C
Complementary color
Monochromatic Colors of #32A56C
Black with #32A56C
Text Example
Text Example
White with #32A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A56C; }
p { color: rgb(50,165,108); }
H1.HeaderClassName
{
color: #32A56C;
}
.AnyTagClassName
{
color: #32A56C;
}
</style>
background-color css
<style>
a { background-color: #32A56C; }
a { background-color: rgb(50,165,108); }
div.DivClassName
{
background-color: #32A56C;
}
.BgClassName
{
background-color: #32A56C;
}
</style>
border-color css
<style>
span { border-color: #32A56C; }
span { border-color: rgb(50,165,108); }
td.TdClassName
{
border-color: #32A56C;
}
.TagClassName
{
border-color: #32A56C;
}
</style>