Shades of Medium Sea Green #32CA5E
Tints of Medium Sea Green #32CA5E
RGB
CMYK
RGB Variations
Color information
#32CA5E (or 0x32CA5E) is known color: Medium Sea Green. HEX triplet: 32, CA and 5E. RGB value is (50,202,94). Sum of RGB (Red+Green+Blue) = 50+202+94=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA5E is #CD35A1. Grayscale: #909090. Windows color (decimal): -13448610 or 6212146. OLE color: 6212146.
HSL color Cylindrical-coordinate representation of color #32CA5E: hue angle of 137.37º 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 #32CA5E is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 94 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.21 |
| HSL | 137.37º | 0.6% | 0.49% | - |
| HSV(B) | 137.37º | 0.75% | 0.79% | - |
| XYZ | 24.46 | 43.73 | 17.74 | - |
| YUV | 144.24 | 99.64 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 94 | 0.75 | 0 | 0.53 | 0.21 | 137.37 | 0.6 | 0.49 |
| Hex | 32 | CA | 5E | 4B | 0 | 35 | 15 | 89 | 3C | 31 |
| Octal | 62 | 312 | 136 | 113 | 0 | 65 | 25 | 211 | 74 | 61 |
| Binary | 110010 | 11001010 | 1011110 | 1001011 | 0 | 110101 | 10101 | 10001001 | 111100 | 110001 |
Color Harmonies of #32CA5E
Complementary color
Monochromatic Colors of #32CA5E
Black with #32CA5E
Text Example
Text Example
White with #32CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA5E; }
p { color: rgb(50,202,94); }
H1.HeaderClassName
{
color: #32CA5E;
}
.AnyTagClassName
{
color: #32CA5E;
}
</style>
background-color css
<style>
a { background-color: #32CA5E; }
a { background-color: rgb(50,202,94); }
div.DivClassName
{
background-color: #32CA5E;
}
.BgClassName
{
background-color: #32CA5E;
}
</style>
border-color css
<style>
span { border-color: #32CA5E; }
span { border-color: rgb(50,202,94); }
td.TdClassName
{
border-color: #32CA5E;
}
.TagClassName
{
border-color: #32CA5E;
}
</style>