Shades of Medium Sea Green #32C55B
Tints of Medium Sea Green #32C55B
RGB
CMYK
RGB Variations
Color information
#32C55B (or 0x32C55B) is known color: Medium Sea Green. HEX triplet: 32, C5 and 5B. RGB value is (50,197,91). Sum of RGB (Red+Green+Blue) = 50+197+91=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #32C55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C55B is #CD3AA4. Grayscale: #8D8D8D. Windows color (decimal): -13449893 or 6014258. OLE color: 6014258.
HSL color Cylindrical-coordinate representation of color #32C55B: hue angle of 136.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C55B is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 91 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.23 |
| HSL | 136.73º | 0.6% | 0.48% | - |
| HSV(B) | 136.73º | 0.75% | 0.77% | - |
| XYZ | 23.17 | 41.37 | 16.66 | - |
| YUV | 140.96 | 99.8 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 91 | 0.75 | 0 | 0.54 | 0.23 | 136.73 | 0.6 | 0.48 |
| Hex | 32 | C5 | 5B | 4B | 0 | 36 | 17 | 89 | 3C | 30 |
| Octal | 62 | 305 | 133 | 113 | 0 | 66 | 27 | 211 | 74 | 60 |
| Binary | 110010 | 11000101 | 1011011 | 1001011 | 0 | 110110 | 10111 | 10001001 | 111100 | 110000 |
Color Harmonies of #32C55B
Complementary color
Monochromatic Colors of #32C55B
Black with #32C55B
Text Example
Text Example
White with #32C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C55B; }
p { color: rgb(50,197,91); }
H1.HeaderClassName
{
color: #32C55B;
}
.AnyTagClassName
{
color: #32C55B;
}
</style>
background-color css
<style>
a { background-color: #32C55B; }
a { background-color: rgb(50,197,91); }
div.DivClassName
{
background-color: #32C55B;
}
.BgClassName
{
background-color: #32C55B;
}
</style>
border-color css
<style>
span { border-color: #32C55B; }
span { border-color: rgb(50,197,91); }
td.TdClassName
{
border-color: #32C55B;
}
.TagClassName
{
border-color: #32C55B;
}
</style>