Shades of Niagara #1AA189
Tints of Niagara #1AA189
RGB
CMYK
RGB Variations
Color information
#1AA189 (or 0x1AA189) is known color: Niagara. HEX triplet: 1A, A1 and 89. RGB value is (26,161,137). Sum of RGB (Red+Green+Blue) = 26+161+137=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA189 is #E55E76. Grayscale: #757575. Windows color (decimal): -15031927 or 9019674. OLE color: 9019674.
HSL color Cylindrical-coordinate representation of color #1AA189: hue angle of 169.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA189 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 137 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.37 |
| HSL | 169.33º | 0.72% | 0.37% | - |
| HSV(B) | 169.33º | 0.84% | 0.63% | - |
| XYZ | 17.69 | 27.52 | 28.05 | - |
| YUV | 117.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 137 | 0.84 | 0 | 0.15 | 0.37 | 169.33 | 0.72 | 0.37 |
| Hex | 1A | A1 | 89 | 54 | 0 | F | 25 | A9 | 48 | 25 |
| Octal | 32 | 241 | 211 | 124 | 0 | 17 | 45 | 251 | 110 | 45 |
| Binary | 11010 | 10100001 | 10001001 | 1010100 | 0 | 1111 | 100101 | 10101001 | 1001000 | 100101 |
Color Harmonies of #1AA189
Complementary color
Monochromatic Colors of #1AA189
Black with #1AA189
Text Example
Text Example
White with #1AA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA189; }
p { color: rgb(26,161,137); }
H1.HeaderClassName
{
color: #1AA189;
}
.AnyTagClassName
{
color: #1AA189;
}
</style>
background-color css
<style>
a { background-color: #1AA189; }
a { background-color: rgb(26,161,137); }
div.DivClassName
{
background-color: #1AA189;
}
.BgClassName
{
background-color: #1AA189;
}
</style>
border-color css
<style>
span { border-color: #1AA189; }
span { border-color: rgb(26,161,137); }
td.TdClassName
{
border-color: #1AA189;
}
.TagClassName
{
border-color: #1AA189;
}
</style>