Shades of Shamrock #21DBA8
Tints of Shamrock #21DBA8
RGB
CMYK
RGB Variations
Color information
#21DBA8 (or 0x21DBA8) is known color: Shamrock. HEX triplet: 21, DB and A8. RGB value is (33,219,168). Sum of RGB (Red+Green+Blue) = 33+219+168=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DBA8 is #DE2457. Grayscale: #9D9D9D. Windows color (decimal): -14558296 or 11066145. OLE color: 11066145.
HSL color Cylindrical-coordinate representation of color #21DBA8: hue angle of 163.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBA8 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 168 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.14 |
| HSL | 163.55º | 0.74% | 0.49% | - |
| HSV(B) | 163.55º | 0.85% | 0.86% | - |
| XYZ | 33.03 | 53.81 | 45.69 | - |
| YUV | 157.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 168 | 0.85 | 0 | 0.23 | 0.14 | 163.55 | 0.74 | 0.49 |
| Hex | 21 | DB | A8 | 55 | 0 | 17 | E | A4 | 4A | 31 |
| Octal | 41 | 333 | 250 | 125 | 0 | 27 | 16 | 244 | 112 | 61 |
| Binary | 100001 | 11011011 | 10101000 | 1010101 | 0 | 10111 | 1110 | 10100100 | 1001010 | 110001 |
Color Harmonies of #21DBA8
Complementary color
Monochromatic Colors of #21DBA8
Black with #21DBA8
Text Example
Text Example
White with #21DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBA8; }
p { color: rgb(33,219,168); }
H1.HeaderClassName
{
color: #21DBA8;
}
.AnyTagClassName
{
color: #21DBA8;
}
</style>
background-color css
<style>
a { background-color: #21DBA8; }
a { background-color: rgb(33,219,168); }
div.DivClassName
{
background-color: #21DBA8;
}
.BgClassName
{
background-color: #21DBA8;
}
</style>
border-color css
<style>
span { border-color: #21DBA8; }
span { border-color: rgb(33,219,168); }
td.TdClassName
{
border-color: #21DBA8;
}
.TagClassName
{
border-color: #21DBA8;
}
</style>