Shades of Niagara #22AF93
Tints of Niagara #22AF93
RGB
CMYK
RGB Variations
Color information
#22AF93 (or 0x22AF93) is known color: Niagara. HEX triplet: 22, AF and 93. RGB value is (34,175,147). Sum of RGB (Red+Green+Blue) = 34+175+147=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AF93 is #DD506C. Grayscale: #818181. Windows color (decimal): -14504045 or 9678626. OLE color: 9678626.
HSL color Cylindrical-coordinate representation of color #22AF93: hue angle of 168.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22AF93 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 147 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.31 |
| HSL | 168.09º | 0.67% | 0.41% | - |
| HSV(B) | 168.09º | 0.81% | 0.69% | - |
| XYZ | 21.26 | 33.11 | 32.87 | - |
| YUV | 129.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 147 | 0.81 | 0 | 0.16 | 0.31 | 168.09 | 0.67 | 0.41 |
| Hex | 22 | AF | 93 | 51 | 0 | 10 | 1F | A8 | 43 | 29 |
| Octal | 42 | 257 | 223 | 121 | 0 | 20 | 37 | 250 | 103 | 51 |
| Binary | 100010 | 10101111 | 10010011 | 1010001 | 0 | 10000 | 11111 | 10101000 | 1000011 | 101001 |
Color Harmonies of #22AF93
Complementary color
Monochromatic Colors of #22AF93
Black with #22AF93
Text Example
Text Example
White with #22AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF93; }
p { color: rgb(34,175,147); }
H1.HeaderClassName
{
color: #22AF93;
}
.AnyTagClassName
{
color: #22AF93;
}
</style>
background-color css
<style>
a { background-color: #22AF93; }
a { background-color: rgb(34,175,147); }
div.DivClassName
{
background-color: #22AF93;
}
.BgClassName
{
background-color: #22AF93;
}
</style>
border-color css
<style>
span { border-color: #22AF93; }
span { border-color: rgb(34,175,147); }
td.TdClassName
{
border-color: #22AF93;
}
.TagClassName
{
border-color: #22AF93;
}
</style>