Shades of Medium Sea Green #32D26A
Tints of Medium Sea Green #32D26A
RGB
CMYK
RGB Variations
Color information
#32D26A (or 0x32D26A) is known color: Medium Sea Green. HEX triplet: 32, D2 and 6A. RGB value is (50,210,106). Sum of RGB (Red+Green+Blue) = 50+210+106=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #32D26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D26A is #CD2D95. Grayscale: #969696. Windows color (decimal): -13446550 or 7000626. OLE color: 7000626.
HSL color Cylindrical-coordinate representation of color #32D26A: hue angle of 141º degrees, saturation: 0.64, 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 #32D26A is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 106 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.18 |
| HSL | 141º | 0.64% | 0.51% | - |
| HSV(B) | 141º | 0.76% | 0.82% | - |
| XYZ | 26.96 | 47.81 | 21.44 | - |
| YUV | 150.3 | 102.99 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 106 | 0.76 | 0 | 0.50 | 0.18 | 141 | 0.64 | 0.51 |
| Hex | 32 | D2 | 6A | 4C | 0 | 32 | 12 | 8D | 40 | 33 |
| Octal | 62 | 322 | 152 | 114 | 0 | 62 | 22 | 215 | 100 | 63 |
| Binary | 110010 | 11010010 | 1101010 | 1001100 | 0 | 110010 | 10010 | 10001101 | 1000000 | 110011 |
Color Harmonies of #32D26A
Complementary color
Monochromatic Colors of #32D26A
Black with #32D26A
Text Example
Text Example
White with #32D26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D26A; }
p { color: rgb(50,210,106); }
H1.HeaderClassName
{
color: #32D26A;
}
.AnyTagClassName
{
color: #32D26A;
}
</style>
background-color css
<style>
a { background-color: #32D26A; }
a { background-color: rgb(50,210,106); }
div.DivClassName
{
background-color: #32D26A;
}
.BgClassName
{
background-color: #32D26A;
}
</style>
border-color css
<style>
span { border-color: #32D26A; }
span { border-color: rgb(50,210,106); }
td.TdClassName
{
border-color: #32D26A;
}
.TagClassName
{
border-color: #32D26A;
}
</style>