Shades of Shamrock #21DDA1
Tints of Shamrock #21DDA1
RGB
CMYK
RGB Variations
Color information
#21DDA1 (or 0x21DDA1) is known color: Shamrock. HEX triplet: 21, DD and A1. RGB value is (33,221,161). Sum of RGB (Red+Green+Blue) = 33+221+161=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DDA1 is #DE225E. Grayscale: #9E9E9E. Windows color (decimal): -14557791 or 10607905. OLE color: 10607905.
HSL color Cylindrical-coordinate representation of color #21DDA1: hue angle of 160.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DDA1 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 161 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.13 |
| HSL | 160.85º | 0.74% | 0.5% | - |
| HSV(B) | 160.85º | 0.85% | 0.87% | - |
| XYZ | 32.92 | 54.61 | 42.52 | - |
| YUV | 157.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 161 | 0.85 | 0 | 0.27 | 0.13 | 160.85 | 0.74 | 0.5 |
| Hex | 21 | DD | A1 | 55 | 0 | 1B | D | A1 | 4A | 32 |
| Octal | 41 | 335 | 241 | 125 | 0 | 33 | 15 | 241 | 112 | 62 |
| Binary | 100001 | 11011101 | 10100001 | 1010101 | 0 | 11011 | 1101 | 10100001 | 1001010 | 110010 |
Color Harmonies of #21DDA1
Complementary color
Monochromatic Colors of #21DDA1
Black with #21DDA1
Text Example
Text Example
White with #21DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDA1; }
p { color: rgb(33,221,161); }
H1.HeaderClassName
{
color: #21DDA1;
}
.AnyTagClassName
{
color: #21DDA1;
}
</style>
background-color css
<style>
a { background-color: #21DDA1; }
a { background-color: rgb(33,221,161); }
div.DivClassName
{
background-color: #21DDA1;
}
.BgClassName
{
background-color: #21DDA1;
}
</style>
border-color css
<style>
span { border-color: #21DDA1; }
span { border-color: rgb(33,221,161); }
td.TdClassName
{
border-color: #21DDA1;
}
.TagClassName
{
border-color: #21DDA1;
}
</style>