Shades of Shamrock #22C099
Tints of Shamrock #22C099
RGB
CMYK
RGB Variations
Color information
#22C099 (or 0x22C099) is known color: Shamrock. HEX triplet: 22, C0 and 99. RGB value is (34,192,153). Sum of RGB (Red+Green+Blue) = 34+192+153=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #22C099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C099 is #DD3F66. Grayscale: #8C8C8C. Windows color (decimal): -14499687 or 10076194. OLE color: 10076194.
HSL color Cylindrical-coordinate representation of color #22C099: hue angle of 165.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C099 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 153 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.25 |
| HSL | 165.19º | 0.7% | 0.44% | - |
| HSV(B) | 165.19º | 0.82% | 0.75% | - |
| XYZ | 25.26 | 40.34 | 36.59 | - |
| YUV | 140.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 153 | 0.82 | 0 | 0.20 | 0.25 | 165.19 | 0.7 | 0.44 |
| Hex | 22 | C0 | 99 | 52 | 0 | 14 | 19 | A5 | 46 | 2C |
| Octal | 42 | 300 | 231 | 122 | 0 | 24 | 31 | 245 | 106 | 54 |
| Binary | 100010 | 11000000 | 10011001 | 1010010 | 0 | 10100 | 11001 | 10100101 | 1000110 | 101100 |
Color Harmonies of #22C099
Complementary color
Monochromatic Colors of #22C099
Black with #22C099
Text Example
Text Example
White with #22C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C099; }
p { color: rgb(34,192,153); }
H1.HeaderClassName
{
color: #22C099;
}
.AnyTagClassName
{
color: #22C099;
}
</style>
background-color css
<style>
a { background-color: #22C099; }
a { background-color: rgb(34,192,153); }
div.DivClassName
{
background-color: #22C099;
}
.BgClassName
{
background-color: #22C099;
}
</style>
border-color css
<style>
span { border-color: #22C099; }
span { border-color: rgb(34,192,153); }
td.TdClassName
{
border-color: #22C099;
}
.TagClassName
{
border-color: #22C099;
}
</style>