Shades of Shamrock #21DEA2
Tints of Shamrock #21DEA2
RGB
CMYK
RGB Variations
Color information
#21DEA2 (or 0x21DEA2) is known color: Shamrock. HEX triplet: 21, DE and A2. RGB value is (33,222,162). Sum of RGB (Red+Green+Blue) = 33+222+162=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #21DEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DEA2 is #DE215D. Grayscale: #9E9E9E. Windows color (decimal): -14557534 or 10673697. OLE color: 10673697.
HSL color Cylindrical-coordinate representation of color #21DEA2: hue angle of 160.95º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DEA2 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 162 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.13 |
| HSL | 160.95º | 0.74% | 0.5% | - |
| HSV(B) | 160.95º | 0.85% | 0.87% | - |
| XYZ | 33.27 | 55.17 | 43.08 | - |
| YUV | 158.65 | 129.88 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 162 | 0.85 | 0 | 0.27 | 0.13 | 160.95 | 0.74 | 0.5 |
| Hex | 21 | DE | A2 | 55 | 0 | 1B | D | A1 | 4A | 32 |
| Octal | 41 | 336 | 242 | 125 | 0 | 33 | 15 | 241 | 112 | 62 |
| Binary | 100001 | 11011110 | 10100010 | 1010101 | 0 | 11011 | 1101 | 10100001 | 1001010 | 110010 |
Color Harmonies of #21DEA2
Complementary color
Monochromatic Colors of #21DEA2
Black with #21DEA2
Text Example
Text Example
White with #21DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DEA2; }
p { color: rgb(33,222,162); }
H1.HeaderClassName
{
color: #21DEA2;
}
.AnyTagClassName
{
color: #21DEA2;
}
</style>
background-color css
<style>
a { background-color: #21DEA2; }
a { background-color: rgb(33,222,162); }
div.DivClassName
{
background-color: #21DEA2;
}
.BgClassName
{
background-color: #21DEA2;
}
</style>
border-color css
<style>
span { border-color: #21DEA2; }
span { border-color: rgb(33,222,162); }
td.TdClassName
{
border-color: #21DEA2;
}
.TagClassName
{
border-color: #21DEA2;
}
</style>