Shades of Shamrock #22C198
Tints of Shamrock #22C198
RGB
CMYK
RGB Variations
Color information
#22C198 (or 0x22C198) is known color: Shamrock. HEX triplet: 22, C1 and 98. RGB value is (34,193,152). Sum of RGB (Red+Green+Blue) = 34+193+152=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #22C198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C198 is #DD3E67. Grayscale: #8C8C8C. Windows color (decimal): -14499432 or 10010914. OLE color: 10010914.
HSL color Cylindrical-coordinate representation of color #22C198: hue angle of 164.53º 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 #22C198 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 152 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.24 |
| HSL | 164.53º | 0.7% | 0.45% | - |
| HSV(B) | 164.53º | 0.82% | 0.76% | - |
| XYZ | 25.4 | 40.75 | 36.23 | - |
| YUV | 140.79 | 134.32 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 152 | 0.82 | 0 | 0.21 | 0.24 | 164.53 | 0.7 | 0.45 |
| Hex | 22 | C1 | 98 | 52 | 0 | 15 | 18 | A5 | 46 | 2D |
| Octal | 42 | 301 | 230 | 122 | 0 | 25 | 30 | 245 | 106 | 55 |
| Binary | 100010 | 11000001 | 10011000 | 1010010 | 0 | 10101 | 11000 | 10100101 | 1000110 | 101101 |
Color Harmonies of #22C198
Complementary color
Monochromatic Colors of #22C198
Black with #22C198
Text Example
Text Example
White with #22C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C198; }
p { color: rgb(34,193,152); }
H1.HeaderClassName
{
color: #22C198;
}
.AnyTagClassName
{
color: #22C198;
}
</style>
background-color css
<style>
a { background-color: #22C198; }
a { background-color: rgb(34,193,152); }
div.DivClassName
{
background-color: #22C198;
}
.BgClassName
{
background-color: #22C198;
}
</style>
border-color css
<style>
span { border-color: #22C198; }
span { border-color: rgb(34,193,152); }
td.TdClassName
{
border-color: #22C198;
}
.TagClassName
{
border-color: #22C198;
}
</style>