Shades of Shamrock #22C9A6
Tints of Shamrock #22C9A6
RGB
CMYK
RGB Variations
Color information
#22C9A6 (or 0x22C9A6) is known color: Shamrock. HEX triplet: 22, C9 and A6. RGB value is (34,201,166). Sum of RGB (Red+Green+Blue) = 34+201+166=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #22C9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C9A6 is #DD3659. Grayscale: #939393. Windows color (decimal): -14497370 or 10930466. OLE color: 10930466.
HSL color Cylindrical-coordinate representation of color #22C9A6: hue angle of 167.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C9A6 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 166 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.21 |
| HSL | 167.43º | 0.71% | 0.46% | - |
| HSV(B) | 167.43º | 0.83% | 0.79% | - |
| XYZ | 28.43 | 44.87 | 43.24 | - |
| YUV | 147.08 | 138.67 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 166 | 0.83 | 0 | 0.17 | 0.21 | 167.43 | 0.71 | 0.46 |
| Hex | 22 | C9 | A6 | 53 | 0 | 11 | 15 | A7 | 47 | 2E |
| Octal | 42 | 311 | 246 | 123 | 0 | 21 | 25 | 247 | 107 | 56 |
| Binary | 100010 | 11001001 | 10100110 | 1010011 | 0 | 10001 | 10101 | 10100111 | 1000111 | 101110 |
Color Harmonies of #22C9A6
Complementary color
Monochromatic Colors of #22C9A6
Black with #22C9A6
Text Example
Text Example
White with #22C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C9A6; }
p { color: rgb(34,201,166); }
H1.HeaderClassName
{
color: #22C9A6;
}
.AnyTagClassName
{
color: #22C9A6;
}
</style>
background-color css
<style>
a { background-color: #22C9A6; }
a { background-color: rgb(34,201,166); }
div.DivClassName
{
background-color: #22C9A6;
}
.BgClassName
{
background-color: #22C9A6;
}
</style>
border-color css
<style>
span { border-color: #22C9A6; }
span { border-color: rgb(34,201,166); }
td.TdClassName
{
border-color: #22C9A6;
}
.TagClassName
{
border-color: #22C9A6;
}
</style>