Shades of Niagara #1AAA96
Tints of Niagara #1AAA96
RGB
CMYK
RGB Variations
Color information
#1AAA96 (or 0x1AAA96) is known color: Niagara. HEX triplet: 1A, AA and 96. RGB value is (26,170,150). Sum of RGB (Red+Green+Blue) = 26+170+150=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA96 is #E55569. Grayscale: #7C7C7C. Windows color (decimal): -15029610 or 9873946. OLE color: 9873946.
HSL color Cylindrical-coordinate representation of color #1AAA96: hue angle of 171.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA96 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 150 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.33 |
| HSL | 171.67º | 0.73% | 0.38% | - |
| HSV(B) | 171.67º | 0.85% | 0.67% | - |
| XYZ | 20.31 | 31.17 | 33.8 | - |
| YUV | 124.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 150 | 0.85 | 0 | 0.12 | 0.33 | 171.67 | 0.73 | 0.38 |
| Hex | 1A | AA | 96 | 55 | 0 | C | 21 | AC | 49 | 26 |
| Octal | 32 | 252 | 226 | 125 | 0 | 14 | 41 | 254 | 111 | 46 |
| Binary | 11010 | 10101010 | 10010110 | 1010101 | 0 | 1100 | 100001 | 10101100 | 1001001 | 100110 |
Color Harmonies of #1AAA96
Complementary color
Monochromatic Colors of #1AAA96
Black with #1AAA96
Text Example
Text Example
White with #1AAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA96; }
p { color: rgb(26,170,150); }
H1.HeaderClassName
{
color: #1AAA96;
}
.AnyTagClassName
{
color: #1AAA96;
}
</style>
background-color css
<style>
a { background-color: #1AAA96; }
a { background-color: rgb(26,170,150); }
div.DivClassName
{
background-color: #1AAA96;
}
.BgClassName
{
background-color: #1AAA96;
}
</style>
border-color css
<style>
span { border-color: #1AAA96; }
span { border-color: rgb(26,170,150); }
td.TdClassName
{
border-color: #1AAA96;
}
.TagClassName
{
border-color: #1AAA96;
}
</style>