Shades of Medium Sea Green #32CD5B
Tints of Medium Sea Green #32CD5B
RGB
CMYK
RGB Variations
Color information
#32CD5B (or 0x32CD5B) is known color: Medium Sea Green. HEX triplet: 32, CD and 5B. RGB value is (50,205,91). Sum of RGB (Red+Green+Blue) = 50+205+91=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD5B is #CD32A4. Grayscale: #919191. Windows color (decimal): -13447845 or 6016306. OLE color: 6016306.
HSL color Cylindrical-coordinate representation of color #32CD5B: hue angle of 135.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD5B is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 91 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.20 |
| HSL | 135.87º | 0.61% | 0.5% | - |
| HSV(B) | 135.87º | 0.76% | 0.8% | - |
| XYZ | 25.04 | 45.1 | 17.28 | - |
| YUV | 145.66 | 97.15 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 91 | 0.76 | 0 | 0.56 | 0.20 | 135.87 | 0.61 | 0.5 |
| Hex | 32 | CD | 5B | 4C | 0 | 38 | 14 | 88 | 3D | 32 |
| Octal | 62 | 315 | 133 | 114 | 0 | 70 | 24 | 210 | 75 | 62 |
| Binary | 110010 | 11001101 | 1011011 | 1001100 | 0 | 111000 | 10100 | 10001000 | 111101 | 110010 |
Color Harmonies of #32CD5B
Complementary color
Monochromatic Colors of #32CD5B
Black with #32CD5B
Text Example
Text Example
White with #32CD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD5B; }
p { color: rgb(50,205,91); }
H1.HeaderClassName
{
color: #32CD5B;
}
.AnyTagClassName
{
color: #32CD5B;
}
</style>
background-color css
<style>
a { background-color: #32CD5B; }
a { background-color: rgb(50,205,91); }
div.DivClassName
{
background-color: #32CD5B;
}
.BgClassName
{
background-color: #32CD5B;
}
</style>
border-color css
<style>
span { border-color: #32CD5B; }
span { border-color: rgb(50,205,91); }
td.TdClassName
{
border-color: #32CD5B;
}
.TagClassName
{
border-color: #32CD5B;
}
</style>