Shades of Shamrock #22D5AD
Tints of Shamrock #22D5AD
RGB
CMYK
RGB Variations
Color information
#22D5AD (or 0x22D5AD) is known color: Shamrock. HEX triplet: 22, D5 and AD. RGB value is (34,213,173). Sum of RGB (Red+Green+Blue) = 34+213+173=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #22D5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22D5AD is #DD2A52. Grayscale: #9A9A9A. Windows color (decimal): -14494291 or 11392290. OLE color: 11392290.
HSL color Cylindrical-coordinate representation of color #22D5AD: hue angle of 166.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D5AD is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 173 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.16 |
| HSL | 166.59º | 0.72% | 0.48% | - |
| HSV(B) | 166.59º | 0.84% | 0.84% | - |
| XYZ | 32 | 50.95 | 47.68 | - |
| YUV | 154.92 | 138.2 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 173 | 0.84 | 0 | 0.19 | 0.16 | 166.59 | 0.72 | 0.48 |
| Hex | 22 | D5 | AD | 54 | 0 | 13 | 10 | A7 | 48 | 30 |
| Octal | 42 | 325 | 255 | 124 | 0 | 23 | 20 | 247 | 110 | 60 |
| Binary | 100010 | 11010101 | 10101101 | 1010100 | 0 | 10011 | 10000 | 10100111 | 1001000 | 110000 |
Color Harmonies of #22D5AD
Complementary color
Monochromatic Colors of #22D5AD
Black with #22D5AD
Text Example
Text Example
White with #22D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D5AD; }
p { color: rgb(34,213,173); }
H1.HeaderClassName
{
color: #22D5AD;
}
.AnyTagClassName
{
color: #22D5AD;
}
</style>
background-color css
<style>
a { background-color: #22D5AD; }
a { background-color: rgb(34,213,173); }
div.DivClassName
{
background-color: #22D5AD;
}
.BgClassName
{
background-color: #22D5AD;
}
</style>
border-color css
<style>
span { border-color: #22D5AD; }
span { border-color: rgb(34,213,173); }
td.TdClassName
{
border-color: #22D5AD;
}
.TagClassName
{
border-color: #22D5AD;
}
</style>