Shades of Shamrock #21E3A6
Tints of Shamrock #21E3A6
RGB
CMYK
RGB Variations
Color information
#21E3A6 (or 0x21E3A6) is known color: Shamrock. HEX triplet: 21, E3 and A6. RGB value is (33,227,166). Sum of RGB (Red+Green+Blue) = 33+227+166=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #21E3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E3A6 is #DE1C59. Grayscale: #A2A2A2. Windows color (decimal): -14556250 or 10937121. OLE color: 10937121.
HSL color Cylindrical-coordinate representation of color #21E3A6: hue angle of 161.13º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E3A6 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 166 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.11 |
| HSL | 161.13º | 0.78% | 0.51% | - |
| HSV(B) | 161.13º | 0.85% | 0.89% | - |
| XYZ | 34.98 | 58.01 | 45.43 | - |
| YUV | 162.04 | 130.23 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 166 | 0.85 | 0 | 0.27 | 0.11 | 161.13 | 0.78 | 0.51 |
| Hex | 21 | E3 | A6 | 55 | 0 | 1B | B | A1 | 4E | 33 |
| Octal | 41 | 343 | 246 | 125 | 0 | 33 | 13 | 241 | 116 | 63 |
| Binary | 100001 | 11100011 | 10100110 | 1010101 | 0 | 11011 | 1011 | 10100001 | 1001110 | 110011 |
Color Harmonies of #21E3A6
Complementary color
Monochromatic Colors of #21E3A6
Black with #21E3A6
Text Example
Text Example
White with #21E3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E3A6; }
p { color: rgb(33,227,166); }
H1.HeaderClassName
{
color: #21E3A6;
}
.AnyTagClassName
{
color: #21E3A6;
}
</style>
background-color css
<style>
a { background-color: #21E3A6; }
a { background-color: rgb(33,227,166); }
div.DivClassName
{
background-color: #21E3A6;
}
.BgClassName
{
background-color: #21E3A6;
}
</style>
border-color css
<style>
span { border-color: #21E3A6; }
span { border-color: rgb(33,227,166); }
td.TdClassName
{
border-color: #21E3A6;
}
.TagClassName
{
border-color: #21E3A6;
}
</style>