Shades of Shamrock #21E1A8
Tints of Shamrock #21E1A8
RGB
CMYK
RGB Variations
Color information
#21E1A8 (or 0x21E1A8) is known color: Shamrock. HEX triplet: 21, E1 and A8. RGB value is (33,225,168). Sum of RGB (Red+Green+Blue) = 33+225+168=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E1A8 is #DE1E57. Grayscale: #A1A1A1. Windows color (decimal): -14556760 or 11067681. OLE color: 11067681.
HSL color Cylindrical-coordinate representation of color #21E1A8: hue angle of 162.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E1A8 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 168 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.12 |
| HSL | 162.19º | 0.76% | 0.51% | - |
| HSV(B) | 162.19º | 0.85% | 0.88% | - |
| XYZ | 34.62 | 57 | 46.22 | - |
| YUV | 161.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 168 | 0.85 | 0 | 0.25 | 0.12 | 162.19 | 0.76 | 0.51 |
| Hex | 21 | E1 | A8 | 55 | 0 | 19 | C | A2 | 4C | 33 |
| Octal | 41 | 341 | 250 | 125 | 0 | 31 | 14 | 242 | 114 | 63 |
| Binary | 100001 | 11100001 | 10101000 | 1010101 | 0 | 11001 | 1100 | 10100010 | 1001100 | 110011 |
Color Harmonies of #21E1A8
Complementary color
Monochromatic Colors of #21E1A8
Black with #21E1A8
Text Example
Text Example
White with #21E1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E1A8; }
p { color: rgb(33,225,168); }
H1.HeaderClassName
{
color: #21E1A8;
}
.AnyTagClassName
{
color: #21E1A8;
}
</style>
background-color css
<style>
a { background-color: #21E1A8; }
a { background-color: rgb(33,225,168); }
div.DivClassName
{
background-color: #21E1A8;
}
.BgClassName
{
background-color: #21E1A8;
}
</style>
border-color css
<style>
span { border-color: #21E1A8; }
span { border-color: rgb(33,225,168); }
td.TdClassName
{
border-color: #21E1A8;
}
.TagClassName
{
border-color: #21E1A8;
}
</style>