Shades of Niagara #1AA187
Tints of Niagara #1AA187
RGB
CMYK
RGB Variations
Color information
#1AA187 (or 0x1AA187) is known color: Niagara. HEX triplet: 1A, A1 and 87. RGB value is (26,161,135). Sum of RGB (Red+Green+Blue) = 26+161+135=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA187 is #E55E78. Grayscale: #757575. Windows color (decimal): -15031929 or 8888602. OLE color: 8888602.
HSL color Cylindrical-coordinate representation of color #1AA187: hue angle of 168.44º 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 #1AA187 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 135 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.37 |
| HSL | 168.44º | 0.72% | 0.37% | - |
| HSV(B) | 168.44º | 0.84% | 0.63% | - |
| XYZ | 17.54 | 27.46 | 27.3 | - |
| YUV | 117.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 135 | 0.84 | 0 | 0.16 | 0.37 | 168.44 | 0.72 | 0.37 |
| Hex | 1A | A1 | 87 | 54 | 0 | 10 | 25 | A8 | 48 | 25 |
| Octal | 32 | 241 | 207 | 124 | 0 | 20 | 45 | 250 | 110 | 45 |
| Binary | 11010 | 10100001 | 10000111 | 1010100 | 0 | 10000 | 100101 | 10101000 | 1001000 | 100101 |
Color Harmonies of #1AA187
Complementary color
Monochromatic Colors of #1AA187
Black with #1AA187
Text Example
Text Example
White with #1AA187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA187; }
p { color: rgb(26,161,135); }
H1.HeaderClassName
{
color: #1AA187;
}
.AnyTagClassName
{
color: #1AA187;
}
</style>
background-color css
<style>
a { background-color: #1AA187; }
a { background-color: rgb(26,161,135); }
div.DivClassName
{
background-color: #1AA187;
}
.BgClassName
{
background-color: #1AA187;
}
</style>
border-color css
<style>
span { border-color: #1AA187; }
span { border-color: rgb(26,161,135); }
td.TdClassName
{
border-color: #1AA187;
}
.TagClassName
{
border-color: #1AA187;
}
</style>