Shades of Niagara #22AB89
Tints of Niagara #22AB89
RGB
CMYK
RGB Variations
Color information
#22AB89 (or 0x22AB89) is known color: Niagara. HEX triplet: 22, AB and 89. RGB value is (34,171,137). Sum of RGB (Red+Green+Blue) = 34+171+137=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AB89 is #DD5476. Grayscale: #7E7E7E. Windows color (decimal): -14505079 or 9022242. OLE color: 9022242.
HSL color Cylindrical-coordinate representation of color #22AB89: hue angle of 165.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AB89 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 137 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.33 |
| HSL | 165.11º | 0.67% | 0.4% | - |
| HSV(B) | 165.11º | 0.8% | 0.67% | - |
| XYZ | 19.74 | 31.27 | 28.66 | - |
| YUV | 126.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 137 | 0.80 | 0 | 0.20 | 0.33 | 165.11 | 0.67 | 0.4 |
| Hex | 22 | AB | 89 | 50 | 0 | 14 | 21 | A5 | 43 | 28 |
| Octal | 42 | 253 | 211 | 120 | 0 | 24 | 41 | 245 | 103 | 50 |
| Binary | 100010 | 10101011 | 10001001 | 1010000 | 0 | 10100 | 100001 | 10100101 | 1000011 | 101000 |
Color Harmonies of #22AB89
Complementary color
Monochromatic Colors of #22AB89
Black with #22AB89
Text Example
Text Example
White with #22AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB89; }
p { color: rgb(34,171,137); }
H1.HeaderClassName
{
color: #22AB89;
}
.AnyTagClassName
{
color: #22AB89;
}
</style>
background-color css
<style>
a { background-color: #22AB89; }
a { background-color: rgb(34,171,137); }
div.DivClassName
{
background-color: #22AB89;
}
.BgClassName
{
background-color: #22AB89;
}
</style>
border-color css
<style>
span { border-color: #22AB89; }
span { border-color: rgb(34,171,137); }
td.TdClassName
{
border-color: #22AB89;
}
.TagClassName
{
border-color: #22AB89;
}
</style>