Shades of Shamrock #22DBA5
Tints of Shamrock #22DBA5
RGB
CMYK
RGB Variations
Color information
#22DBA5 (or 0x22DBA5) is known color: Shamrock. HEX triplet: 22, DB and A5. RGB value is (34,219,165). Sum of RGB (Red+Green+Blue) = 34+219+165=418 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.13% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #22DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22DBA5 is #DD245A. Grayscale: #9D9D9D. Windows color (decimal): -14492763 or 10869538. OLE color: 10869538.
HSL color Cylindrical-coordinate representation of color #22DBA5: hue angle of 162.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22DBA5 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 219 | 165 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.14 |
| HSL | 162.49º | 0.73% | 0.5% | - |
| HSV(B) | 162.49º | 0.84% | 0.86% | - |
| XYZ | 32.78 | 53.72 | 44.24 | - |
| YUV | 157.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 165 | 0.84 | 0 | 0.25 | 0.14 | 162.49 | 0.73 | 0.5 |
| Hex | 22 | DB | A5 | 54 | 0 | 19 | E | A2 | 49 | 32 |
| Octal | 42 | 333 | 245 | 124 | 0 | 31 | 16 | 242 | 111 | 62 |
| Binary | 100010 | 11011011 | 10100101 | 1010100 | 0 | 11001 | 1110 | 10100010 | 1001001 | 110010 |
Color Harmonies of #22DBA5
Complementary color
Monochromatic Colors of #22DBA5
Black with #22DBA5
Text Example
Text Example
White with #22DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBA5; }
p { color: rgb(34,219,165); }
H1.HeaderClassName
{
color: #22DBA5;
}
.AnyTagClassName
{
color: #22DBA5;
}
</style>
background-color css
<style>
a { background-color: #22DBA5; }
a { background-color: rgb(34,219,165); }
div.DivClassName
{
background-color: #22DBA5;
}
.BgClassName
{
background-color: #22DBA5;
}
</style>
border-color css
<style>
span { border-color: #22DBA5; }
span { border-color: rgb(34,219,165); }
td.TdClassName
{
border-color: #22DBA5;
}
.TagClassName
{
border-color: #22DBA5;
}
</style>