Shades of Medium Sea Green #32D05C
Tints of Medium Sea Green #32D05C
RGB
CMYK
RGB Variations
Color information
#32D05C (or 0x32D05C) is known color: Medium Sea Green. HEX triplet: 32, D0 and 5C. RGB value is (50,208,92). Sum of RGB (Red+Green+Blue) = 50+208+92=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #32D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D05C is #CD2FA3. Grayscale: #939393. Windows color (decimal): -13447076 or 6082610. OLE color: 6082610.
HSL color Cylindrical-coordinate representation of color #32D05C: hue angle of 135.95º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D05C is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 92 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.18 |
| HSL | 135.95º | 0.63% | 0.51% | - |
| HSV(B) | 135.95º | 0.76% | 0.82% | - |
| XYZ | 25.8 | 46.56 | 17.75 | - |
| YUV | 147.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 92 | 0.76 | 0 | 0.56 | 0.18 | 135.95 | 0.63 | 0.51 |
| Hex | 32 | D0 | 5C | 4C | 0 | 38 | 12 | 88 | 3F | 33 |
| Octal | 62 | 320 | 134 | 114 | 0 | 70 | 22 | 210 | 77 | 63 |
| Binary | 110010 | 11010000 | 1011100 | 1001100 | 0 | 111000 | 10010 | 10001000 | 111111 | 110011 |
Color Harmonies of #32D05C
Complementary color
Monochromatic Colors of #32D05C
Black with #32D05C
Text Example
Text Example
White with #32D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D05C; }
p { color: rgb(50,208,92); }
H1.HeaderClassName
{
color: #32D05C;
}
.AnyTagClassName
{
color: #32D05C;
}
</style>
background-color css
<style>
a { background-color: #32D05C; }
a { background-color: rgb(50,208,92); }
div.DivClassName
{
background-color: #32D05C;
}
.BgClassName
{
background-color: #32D05C;
}
</style>
border-color css
<style>
span { border-color: #32D05C; }
span { border-color: rgb(50,208,92); }
td.TdClassName
{
border-color: #32D05C;
}
.TagClassName
{
border-color: #32D05C;
}
</style>