Shades of Shamrock #21E0A3
Tints of Shamrock #21E0A3
RGB
CMYK
RGB Variations
Color information
#21E0A3 (or 0x21E0A3) is known color: Shamrock. HEX triplet: 21, E0 and A3. RGB value is (33,224,163). Sum of RGB (Red+Green+Blue) = 33+224+163=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E0A3 is #DE1F5C. Grayscale: #9F9F9F. Windows color (decimal): -14557021 or 10739745. OLE color: 10739745.
HSL color Cylindrical-coordinate representation of color #21E0A3: hue angle of 160.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E0A3 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 163 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.12 |
| HSL | 160.84º | 0.75% | 0.5% | - |
| HSV(B) | 160.84º | 0.85% | 0.88% | - |
| XYZ | 33.89 | 56.28 | 43.73 | - |
| YUV | 159.94 | 129.72 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 163 | 0.85 | 0 | 0.27 | 0.12 | 160.84 | 0.75 | 0.5 |
| Hex | 21 | E0 | A3 | 55 | 0 | 1B | C | A1 | 4B | 32 |
| Octal | 41 | 340 | 243 | 125 | 0 | 33 | 14 | 241 | 113 | 62 |
| Binary | 100001 | 11100000 | 10100011 | 1010101 | 0 | 11011 | 1100 | 10100001 | 1001011 | 110010 |
Color Harmonies of #21E0A3
Complementary color
Monochromatic Colors of #21E0A3
Black with #21E0A3
Text Example
Text Example
White with #21E0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E0A3; }
p { color: rgb(33,224,163); }
H1.HeaderClassName
{
color: #21E0A3;
}
.AnyTagClassName
{
color: #21E0A3;
}
</style>
background-color css
<style>
a { background-color: #21E0A3; }
a { background-color: rgb(33,224,163); }
div.DivClassName
{
background-color: #21E0A3;
}
.BgClassName
{
background-color: #21E0A3;
}
</style>
border-color css
<style>
span { border-color: #21E0A3; }
span { border-color: rgb(33,224,163); }
td.TdClassName
{
border-color: #21E0A3;
}
.TagClassName
{
border-color: #21E0A3;
}
</style>