Shades of Shamrock #21E4AA
Tints of Shamrock #21E4AA
RGB
CMYK
RGB Variations
Color information
#21E4AA (or 0x21E4AA) is known color: Shamrock. HEX triplet: 21, E4 and AA. RGB value is (33,228,170). Sum of RGB (Red+Green+Blue) = 33+228+170=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #21E4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E4AA is #DE1B55. Grayscale: #A3A3A3. Windows color (decimal): -14555990 or 11199521. OLE color: 11199521.
HSL color Cylindrical-coordinate representation of color #21E4AA: hue angle of 162.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E4AA is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 170 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.11 |
| HSL | 162.15º | 0.78% | 0.51% | - |
| HSV(B) | 162.15º | 0.86% | 0.89% | - |
| XYZ | 35.63 | 58.71 | 47.49 | - |
| YUV | 163.08 | 131.9 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 170 | 0.86 | 0 | 0.25 | 0.11 | 162.15 | 0.78 | 0.51 |
| Hex | 21 | E4 | AA | 56 | 0 | 19 | B | A2 | 4E | 33 |
| Octal | 41 | 344 | 252 | 126 | 0 | 31 | 13 | 242 | 116 | 63 |
| Binary | 100001 | 11100100 | 10101010 | 1010110 | 0 | 11001 | 1011 | 10100010 | 1001110 | 110011 |
Color Harmonies of #21E4AA
Complementary color
Monochromatic Colors of #21E4AA
Black with #21E4AA
Text Example
Text Example
White with #21E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E4AA; }
p { color: rgb(33,228,170); }
H1.HeaderClassName
{
color: #21E4AA;
}
.AnyTagClassName
{
color: #21E4AA;
}
</style>
background-color css
<style>
a { background-color: #21E4AA; }
a { background-color: rgb(33,228,170); }
div.DivClassName
{
background-color: #21E4AA;
}
.BgClassName
{
background-color: #21E4AA;
}
</style>
border-color css
<style>
span { border-color: #21E4AA; }
span { border-color: rgb(33,228,170); }
td.TdClassName
{
border-color: #21E4AA;
}
.TagClassName
{
border-color: #21E4AA;
}
</style>