Shades of Shamrock #32E196
Tints of Shamrock #32E196
RGB
CMYK
RGB Variations
Color information
#32E196 (or 0x32E196) is known color: Shamrock. HEX triplet: 32, E1 and 96. RGB value is (50,225,150). Sum of RGB (Red+Green+Blue) = 50+225+150=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #32E196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E196 is #CD1E69. Grayscale: #A4A4A4. Windows color (decimal): -13442666 or 9888050. OLE color: 9888050.
HSL color Cylindrical-coordinate representation of color #32E196: hue angle of 154.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E196 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 150 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.12 |
| HSL | 154.29º | 0.74% | 0.54% | - |
| HSV(B) | 154.29º | 0.78% | 0.88% | - |
| XYZ | 33.75 | 56.73 | 38.03 | - |
| YUV | 164.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 150 | 0.78 | 0 | 0.33 | 0.12 | 154.29 | 0.74 | 0.54 |
| Hex | 32 | E1 | 96 | 4E | 0 | 21 | C | 9A | 4A | 36 |
| Octal | 62 | 341 | 226 | 116 | 0 | 41 | 14 | 232 | 112 | 66 |
| Binary | 110010 | 11100001 | 10010110 | 1001110 | 0 | 100001 | 1100 | 10011010 | 1001010 | 110110 |
Color Harmonies of #32E196
Complementary color
Monochromatic Colors of #32E196
Black with #32E196
Text Example
Text Example
White with #32E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E196; }
p { color: rgb(50,225,150); }
H1.HeaderClassName
{
color: #32E196;
}
.AnyTagClassName
{
color: #32E196;
}
</style>
background-color css
<style>
a { background-color: #32E196; }
a { background-color: rgb(50,225,150); }
div.DivClassName
{
background-color: #32E196;
}
.BgClassName
{
background-color: #32E196;
}
</style>
border-color css
<style>
span { border-color: #32E196; }
span { border-color: rgb(50,225,150); }
td.TdClassName
{
border-color: #32E196;
}
.TagClassName
{
border-color: #32E196;
}
</style>