Shades of Medium Sea Green #32CA75
Tints of Medium Sea Green #32CA75
RGB
CMYK
RGB Variations
Color information
#32CA75 (or 0x32CA75) is known color: Medium Sea Green. HEX triplet: 32, CA and 75. RGB value is (50,202,117). Sum of RGB (Red+Green+Blue) = 50+202+117=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CA75 is #CD358A. Grayscale: #939393. Windows color (decimal): -13448587 or 7719474. OLE color: 7719474.
HSL color Cylindrical-coordinate representation of color #32CA75: hue angle of 146.45º 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 #32CA75 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 117 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.21 |
| HSL | 146.45º | 0.6% | 0.49% | - |
| HSV(B) | 146.45º | 0.75% | 0.79% | - |
| XYZ | 25.65 | 44.2 | 24.01 | - |
| YUV | 146.86 | 111.14 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 117 | 0.75 | 0 | 0.42 | 0.21 | 146.45 | 0.6 | 0.49 |
| Hex | 32 | CA | 75 | 4B | 0 | 2A | 15 | 92 | 3C | 31 |
| Octal | 62 | 312 | 165 | 113 | 0 | 52 | 25 | 222 | 74 | 61 |
| Binary | 110010 | 11001010 | 1110101 | 1001011 | 0 | 101010 | 10101 | 10010010 | 111100 | 110001 |
Color Harmonies of #32CA75
Complementary color
Monochromatic Colors of #32CA75
Black with #32CA75
Text Example
Text Example
White with #32CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA75; }
p { color: rgb(50,202,117); }
H1.HeaderClassName
{
color: #32CA75;
}
.AnyTagClassName
{
color: #32CA75;
}
</style>
background-color css
<style>
a { background-color: #32CA75; }
a { background-color: rgb(50,202,117); }
div.DivClassName
{
background-color: #32CA75;
}
.BgClassName
{
background-color: #32CA75;
}
</style>
border-color css
<style>
span { border-color: #32CA75; }
span { border-color: rgb(50,202,117); }
td.TdClassName
{
border-color: #32CA75;
}
.TagClassName
{
border-color: #32CA75;
}
</style>