Shades of Shamrock #21E6A3
Tints of Shamrock #21E6A3
RGB
CMYK
RGB Variations
Color information
#21E6A3 (or 0x21E6A3) is known color: Shamrock. HEX triplet: 21, E6 and A3. RGB value is (33,230,163). Sum of RGB (Red+Green+Blue) = 33+230+163=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E6A3 is #DE195C. Grayscale: #A3A3A3. Windows color (decimal): -14555485 or 10741281. OLE color: 10741281.
HSL color Cylindrical-coordinate representation of color #21E6A3: hue angle of 159.59º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E6A3 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 163 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.10 |
| HSL | 159.59º | 0.8% | 0.52% | - |
| HSV(B) | 159.59º | 0.86% | 0.9% | - |
| XYZ | 35.53 | 59.56 | 44.27 | - |
| YUV | 163.46 | 127.73 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 163 | 0.86 | 0 | 0.29 | 0.10 | 159.59 | 0.8 | 0.52 |
| Hex | 21 | E6 | A3 | 56 | 0 | 1D | A | A0 | 50 | 34 |
| Octal | 41 | 346 | 243 | 126 | 0 | 35 | 12 | 240 | 120 | 64 |
| Binary | 100001 | 11100110 | 10100011 | 1010110 | 0 | 11101 | 1010 | 10100000 | 1010000 | 110100 |
Color Harmonies of #21E6A3
Complementary color
Monochromatic Colors of #21E6A3
Black with #21E6A3
Text Example
Text Example
White with #21E6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E6A3; }
p { color: rgb(33,230,163); }
H1.HeaderClassName
{
color: #21E6A3;
}
.AnyTagClassName
{
color: #21E6A3;
}
</style>
background-color css
<style>
a { background-color: #21E6A3; }
a { background-color: rgb(33,230,163); }
div.DivClassName
{
background-color: #21E6A3;
}
.BgClassName
{
background-color: #21E6A3;
}
</style>
border-color css
<style>
span { border-color: #21E6A3; }
span { border-color: rgb(33,230,163); }
td.TdClassName
{
border-color: #21E6A3;
}
.TagClassName
{
border-color: #21E6A3;
}
</style>