Shades of Niagara #19AA91
Tints of Niagara #19AA91
RGB
CMYK
RGB Variations
Color information
#19AA91 (or 0x19AA91) is known color: Niagara. HEX triplet: 19, AA and 91. RGB value is (25,170,145). Sum of RGB (Red+Green+Blue) = 25+170+145=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA91 is #E6556E. Grayscale: #7B7B7B. Windows color (decimal): -15095151 or 9546265. OLE color: 9546265.
HSL color Cylindrical-coordinate representation of color #19AA91: hue angle of 169.66º degrees, saturation: 0.74, 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 #19AA91 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 145 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.33 |
| HSL | 169.66º | 0.74% | 0.38% | - |
| HSV(B) | 169.66º | 0.85% | 0.67% | - |
| XYZ | 19.89 | 31 | 31.72 | - |
| YUV | 123.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 145 | 0.85 | 0 | 0.15 | 0.33 | 169.66 | 0.74 | 0.38 |
| Hex | 19 | AA | 91 | 55 | 0 | F | 21 | AA | 4A | 26 |
| Octal | 31 | 252 | 221 | 125 | 0 | 17 | 41 | 252 | 112 | 46 |
| Binary | 11001 | 10101010 | 10010001 | 1010101 | 0 | 1111 | 100001 | 10101010 | 1001010 | 100110 |
Color Harmonies of #19AA91
Complementary color
Monochromatic Colors of #19AA91
Black with #19AA91
Text Example
Text Example
White with #19AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA91; }
p { color: rgb(25,170,145); }
H1.HeaderClassName
{
color: #19AA91;
}
.AnyTagClassName
{
color: #19AA91;
}
</style>
background-color css
<style>
a { background-color: #19AA91; }
a { background-color: rgb(25,170,145); }
div.DivClassName
{
background-color: #19AA91;
}
.BgClassName
{
background-color: #19AA91;
}
</style>
border-color css
<style>
span { border-color: #19AA91; }
span { border-color: rgb(25,170,145); }
td.TdClassName
{
border-color: #19AA91;
}
.TagClassName
{
border-color: #19AA91;
}
</style>