Shades of Medium Sea Green #32C258
Tints of Medium Sea Green #32C258
RGB
CMYK
RGB Variations
Color information
#32C258 (or 0x32C258) is known color: Medium Sea Green. HEX triplet: 32, C2 and 58. RGB value is (50,194,88). Sum of RGB (Red+Green+Blue) = 50+194+88=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #32C258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C258 is #CD3DA7. Grayscale: #8B8B8B. Windows color (decimal): -13450664 or 5816882. OLE color: 5816882.
HSL color Cylindrical-coordinate representation of color #32C258: hue angle of 135.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C258 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 88 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.24 |
| HSL | 135.83º | 0.59% | 0.48% | - |
| HSV(B) | 135.83º | 0.74% | 0.76% | - |
| XYZ | 22.37 | 39.97 | 15.77 | - |
| YUV | 138.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 88 | 0.74 | 0 | 0.55 | 0.24 | 135.83 | 0.59 | 0.48 |
| Hex | 32 | C2 | 58 | 4A | 0 | 37 | 18 | 88 | 3B | 30 |
| Octal | 62 | 302 | 130 | 112 | 0 | 67 | 30 | 210 | 73 | 60 |
| Binary | 110010 | 11000010 | 1011000 | 1001010 | 0 | 110111 | 11000 | 10001000 | 111011 | 110000 |
Color Harmonies of #32C258
Complementary color
Monochromatic Colors of #32C258
Black with #32C258
Text Example
Text Example
White with #32C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C258; }
p { color: rgb(50,194,88); }
H1.HeaderClassName
{
color: #32C258;
}
.AnyTagClassName
{
color: #32C258;
}
</style>
background-color css
<style>
a { background-color: #32C258; }
a { background-color: rgb(50,194,88); }
div.DivClassName
{
background-color: #32C258;
}
.BgClassName
{
background-color: #32C258;
}
</style>
border-color css
<style>
span { border-color: #32C258; }
span { border-color: rgb(50,194,88); }
td.TdClassName
{
border-color: #32C258;
}
.TagClassName
{
border-color: #32C258;
}
</style>