Shades of Medium Sea Green #32C15D
Tints of Medium Sea Green #32C15D
RGB
CMYK
RGB Variations
Color information
#32C15D (or 0x32C15D) is known color: Medium Sea Green. HEX triplet: 32, C1 and 5D. RGB value is (50,193,93). Sum of RGB (Red+Green+Blue) = 50+193+93=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #32C15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C15D is #CD3EA2. Grayscale: #8B8B8B. Windows color (decimal): -13450915 or 6144306. OLE color: 6144306.
HSL color Cylindrical-coordinate representation of color #32C15D: hue angle of 138.04º 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 #32C15D is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 93 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.24 |
| HSL | 138.04º | 0.59% | 0.48% | - |
| HSV(B) | 138.04º | 0.74% | 0.76% | - |
| XYZ | 22.36 | 39.61 | 16.82 | - |
| YUV | 138.84 | 102.12 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 93 | 0.74 | 0 | 0.52 | 0.24 | 138.04 | 0.59 | 0.48 |
| Hex | 32 | C1 | 5D | 4A | 0 | 34 | 18 | 8A | 3B | 30 |
| Octal | 62 | 301 | 135 | 112 | 0 | 64 | 30 | 212 | 73 | 60 |
| Binary | 110010 | 11000001 | 1011101 | 1001010 | 0 | 110100 | 11000 | 10001010 | 111011 | 110000 |
Color Harmonies of #32C15D
Complementary color
Monochromatic Colors of #32C15D
Black with #32C15D
Text Example
Text Example
White with #32C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C15D; }
p { color: rgb(50,193,93); }
H1.HeaderClassName
{
color: #32C15D;
}
.AnyTagClassName
{
color: #32C15D;
}
</style>
background-color css
<style>
a { background-color: #32C15D; }
a { background-color: rgb(50,193,93); }
div.DivClassName
{
background-color: #32C15D;
}
.BgClassName
{
background-color: #32C15D;
}
</style>
border-color css
<style>
span { border-color: #32C15D; }
span { border-color: rgb(50,193,93); }
td.TdClassName
{
border-color: #32C15D;
}
.TagClassName
{
border-color: #32C15D;
}
</style>