Shades of Medium Sea Green #32CA5D
Tints of Medium Sea Green #32CA5D
RGB
CMYK
RGB Variations
Color information
#32CA5D (or 0x32CA5D) is known color: Medium Sea Green. HEX triplet: 32, CA and 5D. RGB value is (50,202,93). Sum of RGB (Red+Green+Blue) = 50+202+93=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA5D is #CD35A2. Grayscale: #909090. Windows color (decimal): -13448611 or 6146610. OLE color: 6146610.
HSL color Cylindrical-coordinate representation of color #32CA5D: hue angle of 136.97º 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 #32CA5D is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 93 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.21 |
| HSL | 136.97º | 0.6% | 0.49% | - |
| HSV(B) | 136.97º | 0.75% | 0.79% | - |
| XYZ | 24.41 | 43.71 | 17.51 | - |
| YUV | 144.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 93 | 0.75 | 0 | 0.54 | 0.21 | 136.97 | 0.6 | 0.49 |
| Hex | 32 | CA | 5D | 4B | 0 | 36 | 15 | 89 | 3C | 31 |
| Octal | 62 | 312 | 135 | 113 | 0 | 66 | 25 | 211 | 74 | 61 |
| Binary | 110010 | 11001010 | 1011101 | 1001011 | 0 | 110110 | 10101 | 10001001 | 111100 | 110001 |
Color Harmonies of #32CA5D
Complementary color
Monochromatic Colors of #32CA5D
Black with #32CA5D
Text Example
Text Example
White with #32CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA5D; }
p { color: rgb(50,202,93); }
H1.HeaderClassName
{
color: #32CA5D;
}
.AnyTagClassName
{
color: #32CA5D;
}
</style>
background-color css
<style>
a { background-color: #32CA5D; }
a { background-color: rgb(50,202,93); }
div.DivClassName
{
background-color: #32CA5D;
}
.BgClassName
{
background-color: #32CA5D;
}
</style>
border-color css
<style>
span { border-color: #32CA5D; }
span { border-color: rgb(50,202,93); }
td.TdClassName
{
border-color: #32CA5D;
}
.TagClassName
{
border-color: #32CA5D;
}
</style>