Shades of Medium Sea Green #32C175
Tints of Medium Sea Green #32C175
RGB
CMYK
RGB Variations
Color information
#32C175 (or 0x32C175) is known color: Medium Sea Green. HEX triplet: 32, C1 and 75. RGB value is (50,193,117). Sum of RGB (Red+Green+Blue) = 50+193+117=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #32C175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C175 is #CD3E8A. Grayscale: #8D8D8D. Windows color (decimal): -13450891 or 7717170. OLE color: 7717170.
HSL color Cylindrical-coordinate representation of color #32C175: hue angle of 148.11º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C175 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 117 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.24 |
| HSL | 148.11º | 0.59% | 0.48% | - |
| HSV(B) | 148.11º | 0.74% | 0.76% | - |
| XYZ | 23.6 | 40.1 | 23.33 | - |
| YUV | 141.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 117 | 0.74 | 0 | 0.39 | 0.24 | 148.11 | 0.59 | 0.48 |
| Hex | 32 | C1 | 75 | 4A | 0 | 27 | 18 | 94 | 3B | 30 |
| Octal | 62 | 301 | 165 | 112 | 0 | 47 | 30 | 224 | 73 | 60 |
| Binary | 110010 | 11000001 | 1110101 | 1001010 | 0 | 100111 | 11000 | 10010100 | 111011 | 110000 |
Color Harmonies of #32C175
Complementary color
Monochromatic Colors of #32C175
Black with #32C175
Text Example
Text Example
White with #32C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C175; }
p { color: rgb(50,193,117); }
H1.HeaderClassName
{
color: #32C175;
}
.AnyTagClassName
{
color: #32C175;
}
</style>
background-color css
<style>
a { background-color: #32C175; }
a { background-color: rgb(50,193,117); }
div.DivClassName
{
background-color: #32C175;
}
.BgClassName
{
background-color: #32C175;
}
</style>
border-color css
<style>
span { border-color: #32C175; }
span { border-color: rgb(50,193,117); }
td.TdClassName
{
border-color: #32C175;
}
.TagClassName
{
border-color: #32C175;
}
</style>