Shades of Shamrock #21DCAA
Tints of Shamrock #21DCAA
RGB
CMYK
RGB Variations
Color information
#21DCAA (or 0x21DCAA) is known color: Shamrock. HEX triplet: 21, DC and AA. RGB value is (33,220,170). Sum of RGB (Red+Green+Blue) = 33+220+170=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DCAA is #DE2355. Grayscale: #9E9E9E. Windows color (decimal): -14558038 or 11197473. OLE color: 11197473.
HSL color Cylindrical-coordinate representation of color #21DCAA: hue angle of 163.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DCAA is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 170 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.14 |
| HSL | 163.96º | 0.74% | 0.5% | - |
| HSV(B) | 163.96º | 0.85% | 0.86% | - |
| XYZ | 33.48 | 54.41 | 46.77 | - |
| YUV | 158.39 | 134.55 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 170 | 0.85 | 0 | 0.23 | 0.14 | 163.96 | 0.74 | 0.5 |
| Hex | 21 | DC | AA | 55 | 0 | 17 | E | A4 | 4A | 32 |
| Octal | 41 | 334 | 252 | 125 | 0 | 27 | 16 | 244 | 112 | 62 |
| Binary | 100001 | 11011100 | 10101010 | 1010101 | 0 | 10111 | 1110 | 10100100 | 1001010 | 110010 |
Color Harmonies of #21DCAA
Complementary color
Monochromatic Colors of #21DCAA
Black with #21DCAA
Text Example
Text Example
White with #21DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCAA; }
p { color: rgb(33,220,170); }
H1.HeaderClassName
{
color: #21DCAA;
}
.AnyTagClassName
{
color: #21DCAA;
}
</style>
background-color css
<style>
a { background-color: #21DCAA; }
a { background-color: rgb(33,220,170); }
div.DivClassName
{
background-color: #21DCAA;
}
.BgClassName
{
background-color: #21DCAA;
}
</style>
border-color css
<style>
span { border-color: #21DCAA; }
span { border-color: rgb(33,220,170); }
td.TdClassName
{
border-color: #21DCAA;
}
.TagClassName
{
border-color: #21DCAA;
}
</style>