Shades of Medium Sea Green #32CA58
Tints of Medium Sea Green #32CA58
RGB
CMYK
RGB Variations
Color information
#32CA58 (or 0x32CA58) is known color: Medium Sea Green. HEX triplet: 32, CA and 58. RGB value is (50,202,88). Sum of RGB (Red+Green+Blue) = 50+202+88=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA58 is #CD35A7. Grayscale: #8F8F8F. Windows color (decimal): -13448616 or 5818930. OLE color: 5818930.
HSL color Cylindrical-coordinate representation of color #32CA58: hue angle of 135º 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 #32CA58 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 88 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.21 |
| HSL | 135º | 0.6% | 0.49% | - |
| HSV(B) | 135º | 0.75% | 0.79% | - |
| XYZ | 24.2 | 43.62 | 16.38 | - |
| YUV | 143.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 88 | 0.75 | 0 | 0.56 | 0.21 | 135 | 0.6 | 0.49 |
| Hex | 32 | CA | 58 | 4B | 0 | 38 | 15 | 87 | 3C | 31 |
| Octal | 62 | 312 | 130 | 113 | 0 | 70 | 25 | 207 | 74 | 61 |
| Binary | 110010 | 11001010 | 1011000 | 1001011 | 0 | 111000 | 10101 | 10000111 | 111100 | 110001 |
Color Harmonies of #32CA58
Complementary color
Monochromatic Colors of #32CA58
Black with #32CA58
Text Example
Text Example
White with #32CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA58; }
p { color: rgb(50,202,88); }
H1.HeaderClassName
{
color: #32CA58;
}
.AnyTagClassName
{
color: #32CA58;
}
</style>
background-color css
<style>
a { background-color: #32CA58; }
a { background-color: rgb(50,202,88); }
div.DivClassName
{
background-color: #32CA58;
}
.BgClassName
{
background-color: #32CA58;
}
</style>
border-color css
<style>
span { border-color: #32CA58; }
span { border-color: rgb(50,202,88); }
td.TdClassName
{
border-color: #32CA58;
}
.TagClassName
{
border-color: #32CA58;
}
</style>