Shades of Shamrock #32E8AD
Tints of Shamrock #32E8AD
RGB
CMYK
RGB Variations
Color information
#32E8AD (or 0x32E8AD) is known color: Shamrock. HEX triplet: 32, E8 and AD. RGB value is (50,232,173). Sum of RGB (Red+Green+Blue) = 50+232+173=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #32E8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32E8AD is #CD1752. Grayscale: #AAAAAA. Windows color (decimal): -13440851 or 11397170. OLE color: 11397170.
HSL color Cylindrical-coordinate representation of color #32E8AD: hue angle of 160.55º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E8AD is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 173 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.09 |
| HSL | 160.55º | 0.8% | 0.55% | - |
| HSV(B) | 160.55º | 0.78% | 0.91% | - |
| XYZ | 37.71 | 61.41 | 49.4 | - |
| YUV | 170.86 | 129.2 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 173 | 0.78 | 0 | 0.25 | 0.09 | 160.55 | 0.8 | 0.55 |
| Hex | 32 | E8 | AD | 4E | 0 | 19 | 9 | A1 | 50 | 37 |
| Octal | 62 | 350 | 255 | 116 | 0 | 31 | 11 | 241 | 120 | 67 |
| Binary | 110010 | 11101000 | 10101101 | 1001110 | 0 | 11001 | 1001 | 10100001 | 1010000 | 110111 |
Color Harmonies of #32E8AD
Complementary color
Monochromatic Colors of #32E8AD
Black with #32E8AD
Text Example
Text Example
White with #32E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E8AD; }
p { color: rgb(50,232,173); }
H1.HeaderClassName
{
color: #32E8AD;
}
.AnyTagClassName
{
color: #32E8AD;
}
</style>
background-color css
<style>
a { background-color: #32E8AD; }
a { background-color: rgb(50,232,173); }
div.DivClassName
{
background-color: #32E8AD;
}
.BgClassName
{
background-color: #32E8AD;
}
</style>
border-color css
<style>
span { border-color: #32E8AD; }
span { border-color: rgb(50,232,173); }
td.TdClassName
{
border-color: #32E8AD;
}
.TagClassName
{
border-color: #32E8AD;
}
</style>