Shades of Shamrock #21D2AA
Tints of Shamrock #21D2AA
RGB
CMYK
RGB Variations
Color information
#21D2AA (or 0x21D2AA) is known color: Shamrock. HEX triplet: 21, D2 and AA. RGB value is (33,210,170). Sum of RGB (Red+Green+Blue) = 33+210+170=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D2AA is #DE2D55. Grayscale: #989898. Windows color (decimal): -14560598 or 11194913. OLE color: 11194913.
HSL color Cylindrical-coordinate representation of color #21D2AA: hue angle of 166.44º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D2AA is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 170 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.18 |
| HSL | 166.44º | 0.73% | 0.48% | - |
| HSV(B) | 166.44º | 0.84% | 0.82% | - |
| XYZ | 30.93 | 49.32 | 45.92 | - |
| YUV | 152.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 170 | 0.84 | 0 | 0.19 | 0.18 | 166.44 | 0.73 | 0.48 |
| Hex | 21 | D2 | AA | 54 | 0 | 13 | 12 | A6 | 49 | 30 |
| Octal | 41 | 322 | 252 | 124 | 0 | 23 | 22 | 246 | 111 | 60 |
| Binary | 100001 | 11010010 | 10101010 | 1010100 | 0 | 10011 | 10010 | 10100110 | 1001001 | 110000 |
Color Harmonies of #21D2AA
Complementary color
Monochromatic Colors of #21D2AA
Black with #21D2AA
Text Example
Text Example
White with #21D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D2AA; }
p { color: rgb(33,210,170); }
H1.HeaderClassName
{
color: #21D2AA;
}
.AnyTagClassName
{
color: #21D2AA;
}
</style>
background-color css
<style>
a { background-color: #21D2AA; }
a { background-color: rgb(33,210,170); }
div.DivClassName
{
background-color: #21D2AA;
}
.BgClassName
{
background-color: #21D2AA;
}
</style>
border-color css
<style>
span { border-color: #21D2AA; }
span { border-color: rgb(33,210,170); }
td.TdClassName
{
border-color: #21D2AA;
}
.TagClassName
{
border-color: #21D2AA;
}
</style>