Shades of Medium Sea Green #32C958
Tints of Medium Sea Green #32C958
RGB
CMYK
RGB Variations
Color information
#32C958 (or 0x32C958) is known color: Medium Sea Green. HEX triplet: 32, C9 and 58. RGB value is (50,201,88). Sum of RGB (Red+Green+Blue) = 50+201+88=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #32C958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C958 is #CD36A7. Grayscale: #8F8F8F. Windows color (decimal): -13448872 or 5818674. OLE color: 5818674.
HSL color Cylindrical-coordinate representation of color #32C958: hue angle of 135.1º 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 #32C958 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 88 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.21 |
| HSL | 135.1º | 0.6% | 0.49% | - |
| HSV(B) | 135.1º | 0.75% | 0.79% | - |
| XYZ | 23.96 | 43.16 | 16.3 | - |
| YUV | 142.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 88 | 0.75 | 0 | 0.56 | 0.21 | 135.1 | 0.6 | 0.49 |
| Hex | 32 | C9 | 58 | 4B | 0 | 38 | 15 | 87 | 3C | 31 |
| Octal | 62 | 311 | 130 | 113 | 0 | 70 | 25 | 207 | 74 | 61 |
| Binary | 110010 | 11001001 | 1011000 | 1001011 | 0 | 111000 | 10101 | 10000111 | 111100 | 110001 |
Color Harmonies of #32C958
Complementary color
Monochromatic Colors of #32C958
Black with #32C958
Text Example
Text Example
White with #32C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C958; }
p { color: rgb(50,201,88); }
H1.HeaderClassName
{
color: #32C958;
}
.AnyTagClassName
{
color: #32C958;
}
</style>
background-color css
<style>
a { background-color: #32C958; }
a { background-color: rgb(50,201,88); }
div.DivClassName
{
background-color: #32C958;
}
.BgClassName
{
background-color: #32C958;
}
</style>
border-color css
<style>
span { border-color: #32C958; }
span { border-color: rgb(50,201,88); }
td.TdClassName
{
border-color: #32C958;
}
.TagClassName
{
border-color: #32C958;
}
</style>