Shades of Shamrock #21DAA1
Tints of Shamrock #21DAA1
RGB
CMYK
RGB Variations
Color information
#21DAA1 (or 0x21DAA1) is known color: Shamrock. HEX triplet: 21, DA and A1. RGB value is (33,218,161). Sum of RGB (Red+Green+Blue) = 33+218+161=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #21DAA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DAA1 is #DE255E. Grayscale: #9C9C9C. Windows color (decimal): -14558559 or 10607137. OLE color: 10607137.
HSL color Cylindrical-coordinate representation of color #21DAA1: hue angle of 161.51º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DAA1 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 161 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.15 |
| HSL | 161.51º | 0.74% | 0.49% | - |
| HSV(B) | 161.51º | 0.85% | 0.85% | - |
| XYZ | 32.13 | 53.04 | 42.26 | - |
| YUV | 156.19 | 130.71 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 161 | 0.85 | 0 | 0.26 | 0.15 | 161.51 | 0.74 | 0.49 |
| Hex | 21 | DA | A1 | 55 | 0 | 1A | F | A2 | 4A | 31 |
| Octal | 41 | 332 | 241 | 125 | 0 | 32 | 17 | 242 | 112 | 61 |
| Binary | 100001 | 11011010 | 10100001 | 1010101 | 0 | 11010 | 1111 | 10100010 | 1001010 | 110001 |
Color Harmonies of #21DAA1
Complementary color
Monochromatic Colors of #21DAA1
Black with #21DAA1
Text Example
Text Example
White with #21DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DAA1; }
p { color: rgb(33,218,161); }
H1.HeaderClassName
{
color: #21DAA1;
}
.AnyTagClassName
{
color: #21DAA1;
}
</style>
background-color css
<style>
a { background-color: #21DAA1; }
a { background-color: rgb(33,218,161); }
div.DivClassName
{
background-color: #21DAA1;
}
.BgClassName
{
background-color: #21DAA1;
}
</style>
border-color css
<style>
span { border-color: #21DAA1; }
span { border-color: rgb(33,218,161); }
td.TdClassName
{
border-color: #21DAA1;
}
.TagClassName
{
border-color: #21DAA1;
}
</style>