Shades of Niagara #2AA690
Tints of Niagara #2AA690
RGB
CMYK
RGB Variations
Color information
#2AA690 (or 0x2AA690) is known color: Niagara. HEX triplet: 2A, A6 and 90. RGB value is (42,166,144). Sum of RGB (Red+Green+Blue) = 42+166+144=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA690 is #D5596F. Grayscale: #7E7E7E. Windows color (decimal): -13982064 or 9479722. OLE color: 9479722.
HSL color Cylindrical-coordinate representation of color #2AA690: hue angle of 169.35º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA690 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 144 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.35 |
| HSL | 169.35º | 0.6% | 0.41% | - |
| HSV(B) | 169.35º | 0.75% | 0.65% | - |
| XYZ | 19.63 | 29.78 | 31.1 | - |
| YUV | 126.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 144 | 0.75 | 0 | 0.13 | 0.35 | 169.35 | 0.6 | 0.41 |
| Hex | 2A | A6 | 90 | 4B | 0 | D | 23 | A9 | 3C | 29 |
| Octal | 52 | 246 | 220 | 113 | 0 | 15 | 43 | 251 | 74 | 51 |
| Binary | 101010 | 10100110 | 10010000 | 1001011 | 0 | 1101 | 100011 | 10101001 | 111100 | 101001 |
Color Harmonies of #2AA690
Complementary color
Monochromatic Colors of #2AA690
Black with #2AA690
Text Example
Text Example
White with #2AA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA690; }
p { color: rgb(42,166,144); }
H1.HeaderClassName
{
color: #2AA690;
}
.AnyTagClassName
{
color: #2AA690;
}
</style>
background-color css
<style>
a { background-color: #2AA690; }
a { background-color: rgb(42,166,144); }
div.DivClassName
{
background-color: #2AA690;
}
.BgClassName
{
background-color: #2AA690;
}
</style>
border-color css
<style>
span { border-color: #2AA690; }
span { border-color: rgb(42,166,144); }
td.TdClassName
{
border-color: #2AA690;
}
.TagClassName
{
border-color: #2AA690;
}
</style>