Shades of Shamrock #22DBA7
Tints of Shamrock #22DBA7
RGB
CMYK
RGB Variations
Color information
#22DBA7 (or 0x22DBA7) is known color: Shamrock. HEX triplet: 22, DB and A7. RGB value is (34,219,167). Sum of RGB (Red+Green+Blue) = 34+219+167=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #22DBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22DBA7 is #DD2458. Grayscale: #9D9D9D. Windows color (decimal): -14492761 or 11000610. OLE color: 11000610.
HSL color Cylindrical-coordinate representation of color #22DBA7: hue angle of 163.14º 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 #22DBA7 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 219 | 167 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.14 |
| HSL | 163.14º | 0.73% | 0.5% | - |
| HSV(B) | 163.14º | 0.84% | 0.86% | - |
| XYZ | 32.97 | 53.79 | 45.2 | - |
| YUV | 157.76 | 133.21 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 167 | 0.84 | 0 | 0.24 | 0.14 | 163.14 | 0.73 | 0.5 |
| Hex | 22 | DB | A7 | 54 | 0 | 18 | E | A3 | 49 | 32 |
| Octal | 42 | 333 | 247 | 124 | 0 | 30 | 16 | 243 | 111 | 62 |
| Binary | 100010 | 11011011 | 10100111 | 1010100 | 0 | 11000 | 1110 | 10100011 | 1001001 | 110010 |
Color Harmonies of #22DBA7
Complementary color
Monochromatic Colors of #22DBA7
Black with #22DBA7
Text Example
Text Example
White with #22DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBA7; }
p { color: rgb(34,219,167); }
H1.HeaderClassName
{
color: #22DBA7;
}
.AnyTagClassName
{
color: #22DBA7;
}
</style>
background-color css
<style>
a { background-color: #22DBA7; }
a { background-color: rgb(34,219,167); }
div.DivClassName
{
background-color: #22DBA7;
}
.BgClassName
{
background-color: #22DBA7;
}
</style>
border-color css
<style>
span { border-color: #22DBA7; }
span { border-color: rgb(34,219,167); }
td.TdClassName
{
border-color: #22DBA7;
}
.TagClassName
{
border-color: #22DBA7;
}
</style>