Shades of Shamrock #22C19B
Tints of Shamrock #22C19B
RGB
CMYK
RGB Variations
Color information
#22C19B (or 0x22C19B) is known color: Shamrock. HEX triplet: 22, C1 and 9B. RGB value is (34,193,155). Sum of RGB (Red+Green+Blue) = 34+193+155=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #22C19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C19B is #DD3E64. Grayscale: #8D8D8D. Windows color (decimal): -14499429 or 10207522. OLE color: 10207522.
HSL color Cylindrical-coordinate representation of color #22C19B: hue angle of 165.66º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C19B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 155 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.24 |
| HSL | 165.66º | 0.7% | 0.45% | - |
| HSV(B) | 165.66º | 0.82% | 0.76% | - |
| XYZ | 25.65 | 40.85 | 37.54 | - |
| YUV | 141.13 | 135.82 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 155 | 0.82 | 0 | 0.20 | 0.24 | 165.66 | 0.7 | 0.45 |
| Hex | 22 | C1 | 9B | 52 | 0 | 14 | 18 | A6 | 46 | 2D |
| Octal | 42 | 301 | 233 | 122 | 0 | 24 | 30 | 246 | 106 | 55 |
| Binary | 100010 | 11000001 | 10011011 | 1010010 | 0 | 10100 | 11000 | 10100110 | 1000110 | 101101 |
Color Harmonies of #22C19B
Complementary color
Monochromatic Colors of #22C19B
Black with #22C19B
Text Example
Text Example
White with #22C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C19B; }
p { color: rgb(34,193,155); }
H1.HeaderClassName
{
color: #22C19B;
}
.AnyTagClassName
{
color: #22C19B;
}
</style>
background-color css
<style>
a { background-color: #22C19B; }
a { background-color: rgb(34,193,155); }
div.DivClassName
{
background-color: #22C19B;
}
.BgClassName
{
background-color: #22C19B;
}
</style>
border-color css
<style>
span { border-color: #22C19B; }
span { border-color: rgb(34,193,155); }
td.TdClassName
{
border-color: #22C19B;
}
.TagClassName
{
border-color: #22C19B;
}
</style>