Shades of Shamrock #22DBA4
Tints of Shamrock #22DBA4
RGB
CMYK
RGB Variations
Color information
#22DBA4 (or 0x22DBA4) is known color: Shamrock. HEX triplet: 22, DB and A4. RGB value is (34,219,164). Sum of RGB (Red+Green+Blue) = 34+219+164=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #22DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22DBA4 is #DD245B. Grayscale: #9D9D9D. Windows color (decimal): -14492764 or 10804002. OLE color: 10804002.
HSL color Cylindrical-coordinate representation of color #22DBA4: hue angle of 162.16º 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 #22DBA4 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 219 | 164 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.14 |
| HSL | 162.16º | 0.73% | 0.5% | - |
| HSV(B) | 162.16º | 0.84% | 0.86% | - |
| XYZ | 32.69 | 53.68 | 43.76 | - |
| YUV | 157.42 | 131.71 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 164 | 0.84 | 0 | 0.25 | 0.14 | 162.16 | 0.73 | 0.5 |
| Hex | 22 | DB | A4 | 54 | 0 | 19 | E | A2 | 49 | 32 |
| Octal | 42 | 333 | 244 | 124 | 0 | 31 | 16 | 242 | 111 | 62 |
| Binary | 100010 | 11011011 | 10100100 | 1010100 | 0 | 11001 | 1110 | 10100010 | 1001001 | 110010 |
Color Harmonies of #22DBA4
Complementary color
Monochromatic Colors of #22DBA4
Black with #22DBA4
Text Example
Text Example
White with #22DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBA4; }
p { color: rgb(34,219,164); }
H1.HeaderClassName
{
color: #22DBA4;
}
.AnyTagClassName
{
color: #22DBA4;
}
</style>
background-color css
<style>
a { background-color: #22DBA4; }
a { background-color: rgb(34,219,164); }
div.DivClassName
{
background-color: #22DBA4;
}
.BgClassName
{
background-color: #22DBA4;
}
</style>
border-color css
<style>
span { border-color: #22DBA4; }
span { border-color: rgb(34,219,164); }
td.TdClassName
{
border-color: #22DBA4;
}
.TagClassName
{
border-color: #22DBA4;
}
</style>