Shades of Niagara #22AD98
Tints of Niagara #22AD98
RGB
CMYK
RGB Variations
Color information
#22AD98 (or 0x22AD98) is known color: Niagara. HEX triplet: 22, AD and 98. RGB value is (34,173,152). Sum of RGB (Red+Green+Blue) = 34+173+152=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AD98 is #DD5267. Grayscale: #808080. Windows color (decimal): -14504552 or 10005794. OLE color: 10005794.
HSL color Cylindrical-coordinate representation of color #22AD98: hue angle of 170.94º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AD98 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 152 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.32 |
| HSL | 170.94º | 0.67% | 0.41% | - |
| HSV(B) | 170.94º | 0.8% | 0.68% | - |
| XYZ | 21.27 | 32.49 | 34.86 | - |
| YUV | 129.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 152 | 0.80 | 0 | 0.12 | 0.32 | 170.94 | 0.67 | 0.41 |
| Hex | 22 | AD | 98 | 50 | 0 | C | 20 | AB | 43 | 29 |
| Octal | 42 | 255 | 230 | 120 | 0 | 14 | 40 | 253 | 103 | 51 |
| Binary | 100010 | 10101101 | 10011000 | 1010000 | 0 | 1100 | 100000 | 10101011 | 1000011 | 101001 |
Color Harmonies of #22AD98
Complementary color
Monochromatic Colors of #22AD98
Black with #22AD98
Text Example
Text Example
White with #22AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD98; }
p { color: rgb(34,173,152); }
H1.HeaderClassName
{
color: #22AD98;
}
.AnyTagClassName
{
color: #22AD98;
}
</style>
background-color css
<style>
a { background-color: #22AD98; }
a { background-color: rgb(34,173,152); }
div.DivClassName
{
background-color: #22AD98;
}
.BgClassName
{
background-color: #22AD98;
}
</style>
border-color css
<style>
span { border-color: #22AD98; }
span { border-color: rgb(34,173,152); }
td.TdClassName
{
border-color: #22AD98;
}
.TagClassName
{
border-color: #22AD98;
}
</style>