Shades of Niagara #1AA593
Tints of Niagara #1AA593
RGB
CMYK
RGB Variations
Color information
#1AA593 (or 0x1AA593) is known color: Niagara. HEX triplet: 1A, A5 and 93. RGB value is (26,165,147). Sum of RGB (Red+Green+Blue) = 26+165+147=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA593 is #E55A6C. Grayscale: #797979. Windows color (decimal): -15030893 or 9676058. OLE color: 9676058.
HSL color Cylindrical-coordinate representation of color #1AA593: hue angle of 172.23º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA593 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 147 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.35 |
| HSL | 172.23º | 0.73% | 0.37% | - |
| HSV(B) | 172.23º | 0.84% | 0.65% | - |
| XYZ | 19.15 | 29.24 | 32.24 | - |
| YUV | 121.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 147 | 0.84 | 0 | 0.11 | 0.35 | 172.23 | 0.73 | 0.37 |
| Hex | 1A | A5 | 93 | 54 | 0 | B | 23 | AC | 49 | 25 |
| Octal | 32 | 245 | 223 | 124 | 0 | 13 | 43 | 254 | 111 | 45 |
| Binary | 11010 | 10100101 | 10010011 | 1010100 | 0 | 1011 | 100011 | 10101100 | 1001001 | 100101 |
Color Harmonies of #1AA593
Complementary color
Monochromatic Colors of #1AA593
Black with #1AA593
Text Example
Text Example
White with #1AA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA593; }
p { color: rgb(26,165,147); }
H1.HeaderClassName
{
color: #1AA593;
}
.AnyTagClassName
{
color: #1AA593;
}
</style>
background-color css
<style>
a { background-color: #1AA593; }
a { background-color: rgb(26,165,147); }
div.DivClassName
{
background-color: #1AA593;
}
.BgClassName
{
background-color: #1AA593;
}
</style>
border-color css
<style>
span { border-color: #1AA593; }
span { border-color: rgb(26,165,147); }
td.TdClassName
{
border-color: #1AA593;
}
.TagClassName
{
border-color: #1AA593;
}
</style>