Shades of Medium Sea Green #32C95B
Tints of Medium Sea Green #32C95B
RGB
CMYK
RGB Variations
Color information
#32C95B (or 0x32C95B) is known color: Medium Sea Green. HEX triplet: 32, C9 and 5B. RGB value is (50,201,91). Sum of RGB (Red+Green+Blue) = 50+201+91=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #32C95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C95B is #CD36A4. Grayscale: #8F8F8F. Windows color (decimal): -13448869 or 6015282. OLE color: 6015282.
HSL color Cylindrical-coordinate representation of color #32C95B: hue angle of 136.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C95B is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 91 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.21 |
| HSL | 136.29º | 0.6% | 0.49% | - |
| HSV(B) | 136.29º | 0.75% | 0.79% | - |
| XYZ | 24.09 | 43.21 | 16.97 | - |
| YUV | 143.31 | 98.47 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 91 | 0.75 | 0 | 0.55 | 0.21 | 136.29 | 0.6 | 0.49 |
| Hex | 32 | C9 | 5B | 4B | 0 | 37 | 15 | 88 | 3C | 31 |
| Octal | 62 | 311 | 133 | 113 | 0 | 67 | 25 | 210 | 74 | 61 |
| Binary | 110010 | 11001001 | 1011011 | 1001011 | 0 | 110111 | 10101 | 10001000 | 111100 | 110001 |
Color Harmonies of #32C95B
Complementary color
Monochromatic Colors of #32C95B
Black with #32C95B
Text Example
Text Example
White with #32C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C95B; }
p { color: rgb(50,201,91); }
H1.HeaderClassName
{
color: #32C95B;
}
.AnyTagClassName
{
color: #32C95B;
}
</style>
background-color css
<style>
a { background-color: #32C95B; }
a { background-color: rgb(50,201,91); }
div.DivClassName
{
background-color: #32C95B;
}
.BgClassName
{
background-color: #32C95B;
}
</style>
border-color css
<style>
span { border-color: #32C95B; }
span { border-color: rgb(50,201,91); }
td.TdClassName
{
border-color: #32C95B;
}
.TagClassName
{
border-color: #32C95B;
}
</style>