Shades of Medium Sea Green #32C875
Tints of Medium Sea Green #32C875
RGB
CMYK
RGB Variations
Color information
#32C875 (or 0x32C875) is known color: Medium Sea Green. HEX triplet: 32, C8 and 75. RGB value is (50,200,117). Sum of RGB (Red+Green+Blue) = 50+200+117=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #32C875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C875 is #CD378A. Grayscale: #919191. Windows color (decimal): -13449099 or 7718962. OLE color: 7718962.
HSL color Cylindrical-coordinate representation of color #32C875: hue angle of 146.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C875 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 117 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.22 |
| HSL | 146.8º | 0.6% | 0.49% | - |
| HSV(B) | 146.8º | 0.75% | 0.78% | - |
| XYZ | 25.18 | 43.27 | 23.85 | - |
| YUV | 145.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 117 | 0.75 | 0 | 0.42 | 0.22 | 146.8 | 0.6 | 0.49 |
| Hex | 32 | C8 | 75 | 4B | 0 | 2A | 16 | 93 | 3C | 31 |
| Octal | 62 | 310 | 165 | 113 | 0 | 52 | 26 | 223 | 74 | 61 |
| Binary | 110010 | 11001000 | 1110101 | 1001011 | 0 | 101010 | 10110 | 10010011 | 111100 | 110001 |
Color Harmonies of #32C875
Complementary color
Monochromatic Colors of #32C875
Black with #32C875
Text Example
Text Example
White with #32C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C875; }
p { color: rgb(50,200,117); }
H1.HeaderClassName
{
color: #32C875;
}
.AnyTagClassName
{
color: #32C875;
}
</style>
background-color css
<style>
a { background-color: #32C875; }
a { background-color: rgb(50,200,117); }
div.DivClassName
{
background-color: #32C875;
}
.BgClassName
{
background-color: #32C875;
}
</style>
border-color css
<style>
span { border-color: #32C875; }
span { border-color: rgb(50,200,117); }
td.TdClassName
{
border-color: #32C875;
}
.TagClassName
{
border-color: #32C875;
}
</style>