Shades of Niagara #1AA083
Tints of Niagara #1AA083
RGB
CMYK
RGB Variations
Color information
#1AA083 (or 0x1AA083) is known color: Niagara. HEX triplet: 1A, A0 and 83. RGB value is (26,160,131). Sum of RGB (Red+Green+Blue) = 26+160+131=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA083 is #E55F7C. Grayscale: #747474. Windows color (decimal): -15032189 or 8626202. OLE color: 8626202.
HSL color Cylindrical-coordinate representation of color #1AA083: hue angle of 167.01º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA083 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 131 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.37 |
| HSL | 167.01º | 0.72% | 0.36% | - |
| HSV(B) | 167.01º | 0.84% | 0.63% | - |
| XYZ | 17.09 | 27 | 25.78 | - |
| YUV | 116.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 131 | 0.84 | 0 | 0.18 | 0.37 | 167.01 | 0.72 | 0.36 |
| Hex | 1A | A0 | 83 | 54 | 0 | 12 | 25 | A7 | 48 | 24 |
| Octal | 32 | 240 | 203 | 124 | 0 | 22 | 45 | 247 | 110 | 44 |
| Binary | 11010 | 10100000 | 10000011 | 1010100 | 0 | 10010 | 100101 | 10100111 | 1001000 | 100100 |
Color Harmonies of #1AA083
Complementary color
Monochromatic Colors of #1AA083
Black with #1AA083
Text Example
Text Example
White with #1AA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA083; }
p { color: rgb(26,160,131); }
H1.HeaderClassName
{
color: #1AA083;
}
.AnyTagClassName
{
color: #1AA083;
}
</style>
background-color css
<style>
a { background-color: #1AA083; }
a { background-color: rgb(26,160,131); }
div.DivClassName
{
background-color: #1AA083;
}
.BgClassName
{
background-color: #1AA083;
}
</style>
border-color css
<style>
span { border-color: #1AA083; }
span { border-color: rgb(26,160,131); }
td.TdClassName
{
border-color: #1AA083;
}
.TagClassName
{
border-color: #1AA083;
}
</style>