Shades of Medium Sea Green #32C077
Tints of Medium Sea Green #32C077
RGB
CMYK
RGB Variations
Color information
#32C077 (or 0x32C077) is known color: Medium Sea Green. HEX triplet: 32, C0 and 77. RGB value is (50,192,119). Sum of RGB (Red+Green+Blue) = 50+192+119=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #32C077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C077 is #CD3F88. Grayscale: #8D8D8D. Windows color (decimal): -13451145 or 7847986. OLE color: 7847986.
HSL color Cylindrical-coordinate representation of color #32C077: hue angle of 149.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C077 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 119 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.25 |
| HSL | 149.15º | 0.59% | 0.47% | - |
| HSV(B) | 149.15º | 0.74% | 0.75% | - |
| XYZ | 23.49 | 39.71 | 23.88 | - |
| YUV | 141.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 119 | 0.74 | 0 | 0.38 | 0.25 | 149.15 | 0.59 | 0.47 |
| Hex | 32 | C0 | 77 | 4A | 0 | 26 | 19 | 95 | 3B | 2F |
| Octal | 62 | 300 | 167 | 112 | 0 | 46 | 31 | 225 | 73 | 57 |
| Binary | 110010 | 11000000 | 1110111 | 1001010 | 0 | 100110 | 11001 | 10010101 | 111011 | 101111 |
Color Harmonies of #32C077
Complementary color
Monochromatic Colors of #32C077
Black with #32C077
Text Example
Text Example
White with #32C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C077; }
p { color: rgb(50,192,119); }
H1.HeaderClassName
{
color: #32C077;
}
.AnyTagClassName
{
color: #32C077;
}
</style>
background-color css
<style>
a { background-color: #32C077; }
a { background-color: rgb(50,192,119); }
div.DivClassName
{
background-color: #32C077;
}
.BgClassName
{
background-color: #32C077;
}
</style>
border-color css
<style>
span { border-color: #32C077; }
span { border-color: rgb(50,192,119); }
td.TdClassName
{
border-color: #32C077;
}
.TagClassName
{
border-color: #32C077;
}
</style>