Shades of Shamrock #21DBA5
Tints of Shamrock #21DBA5
RGB
CMYK
RGB Variations
Color information
#21DBA5 (or 0x21DBA5) is known color: Shamrock. HEX triplet: 21, DB and A5. RGB value is (33,219,165). Sum of RGB (Red+Green+Blue) = 33+219+165=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DBA5 is #DE245A. Grayscale: #9D9D9D. Windows color (decimal): -14558299 or 10869537. OLE color: 10869537.
HSL color Cylindrical-coordinate representation of color #21DBA5: hue angle of 162.58º 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 #21DBA5 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 165 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.14 |
| HSL | 162.58º | 0.74% | 0.49% | - |
| HSV(B) | 162.58º | 0.85% | 0.86% | - |
| XYZ | 32.75 | 53.7 | 44.24 | - |
| YUV | 157.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 165 | 0.85 | 0 | 0.25 | 0.14 | 162.58 | 0.74 | 0.49 |
| Hex | 21 | DB | A5 | 55 | 0 | 19 | E | A3 | 4A | 31 |
| Octal | 41 | 333 | 245 | 125 | 0 | 31 | 16 | 243 | 112 | 61 |
| Binary | 100001 | 11011011 | 10100101 | 1010101 | 0 | 11001 | 1110 | 10100011 | 1001010 | 110001 |
Color Harmonies of #21DBA5
Complementary color
Monochromatic Colors of #21DBA5
Black with #21DBA5
Text Example
Text Example
White with #21DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBA5; }
p { color: rgb(33,219,165); }
H1.HeaderClassName
{
color: #21DBA5;
}
.AnyTagClassName
{
color: #21DBA5;
}
</style>
background-color css
<style>
a { background-color: #21DBA5; }
a { background-color: rgb(33,219,165); }
div.DivClassName
{
background-color: #21DBA5;
}
.BgClassName
{
background-color: #21DBA5;
}
</style>
border-color css
<style>
span { border-color: #21DBA5; }
span { border-color: rgb(33,219,165); }
td.TdClassName
{
border-color: #21DBA5;
}
.TagClassName
{
border-color: #21DBA5;
}
</style>