Shades of Medium Sea Green #32C755
Tints of Medium Sea Green #32C755
RGB
CMYK
RGB Variations
Color information
#32C755 (or 0x32C755) is known color: Medium Sea Green. HEX triplet: 32, C7 and 55. RGB value is (50,199,85). Sum of RGB (Red+Green+Blue) = 50+199+85=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #32C755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C755 is #CD38AA. Grayscale: #8D8D8D. Windows color (decimal): -13449387 or 5621554. OLE color: 5621554.
HSL color Cylindrical-coordinate representation of color #32C755: hue angle of 134.09º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C755 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 199 | 85 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.22 |
| HSL | 134.09º | 0.6% | 0.49% | - |
| HSV(B) | 134.09º | 0.75% | 0.78% | - |
| XYZ | 23.38 | 42.18 | 15.5 | - |
| YUV | 141.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 199 | 85 | 0.75 | 0 | 0.57 | 0.22 | 134.09 | 0.6 | 0.49 |
| Hex | 32 | C7 | 55 | 4B | 0 | 39 | 16 | 86 | 3C | 31 |
| Octal | 62 | 307 | 125 | 113 | 0 | 71 | 26 | 206 | 74 | 61 |
| Binary | 110010 | 11000111 | 1010101 | 1001011 | 0 | 111001 | 10110 | 10000110 | 111100 | 110001 |
Color Harmonies of #32C755
Complementary color
Monochromatic Colors of #32C755
Black with #32C755
Text Example
Text Example
White with #32C755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C755; }
p { color: rgb(50,199,85); }
H1.HeaderClassName
{
color: #32C755;
}
.AnyTagClassName
{
color: #32C755;
}
</style>
background-color css
<style>
a { background-color: #32C755; }
a { background-color: rgb(50,199,85); }
div.DivClassName
{
background-color: #32C755;
}
.BgClassName
{
background-color: #32C755;
}
</style>
border-color css
<style>
span { border-color: #32C755; }
span { border-color: rgb(50,199,85); }
td.TdClassName
{
border-color: #32C755;
}
.TagClassName
{
border-color: #32C755;
}
</style>