Shades of Medium Sea Green #32C25D
Tints of Medium Sea Green #32C25D
RGB
CMYK
RGB Variations
Color information
#32C25D (or 0x32C25D) is known color: Medium Sea Green. HEX triplet: 32, C2 and 5D. RGB value is (50,194,93). Sum of RGB (Red+Green+Blue) = 50+194+93=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #32C25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C25D is #CD3DA2. Grayscale: #8B8B8B. Windows color (decimal): -13450659 or 6144562. OLE color: 6144562.
HSL color Cylindrical-coordinate representation of color #32C25D: hue angle of 137.92º 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 #32C25D is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 93 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.24 |
| HSL | 137.92º | 0.59% | 0.48% | - |
| HSV(B) | 137.92º | 0.74% | 0.76% | - |
| XYZ | 22.58 | 40.05 | 16.9 | - |
| YUV | 139.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 93 | 0.74 | 0 | 0.52 | 0.24 | 137.92 | 0.59 | 0.48 |
| Hex | 32 | C2 | 5D | 4A | 0 | 34 | 18 | 8A | 3B | 30 |
| Octal | 62 | 302 | 135 | 112 | 0 | 64 | 30 | 212 | 73 | 60 |
| Binary | 110010 | 11000010 | 1011101 | 1001010 | 0 | 110100 | 11000 | 10001010 | 111011 | 110000 |
Color Harmonies of #32C25D
Complementary color
Monochromatic Colors of #32C25D
Black with #32C25D
Text Example
Text Example
White with #32C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C25D; }
p { color: rgb(50,194,93); }
H1.HeaderClassName
{
color: #32C25D;
}
.AnyTagClassName
{
color: #32C25D;
}
</style>
background-color css
<style>
a { background-color: #32C25D; }
a { background-color: rgb(50,194,93); }
div.DivClassName
{
background-color: #32C25D;
}
.BgClassName
{
background-color: #32C25D;
}
</style>
border-color css
<style>
span { border-color: #32C25D; }
span { border-color: rgb(50,194,93); }
td.TdClassName
{
border-color: #32C25D;
}
.TagClassName
{
border-color: #32C25D;
}
</style>