Shades of Niagara #2AA290
Tints of Niagara #2AA290
RGB
CMYK
RGB Variations
Color information
#2AA290 (or 0x2AA290) is known color: Niagara. HEX triplet: 2A, A2 and 90. RGB value is (42,162,144). Sum of RGB (Red+Green+Blue) = 42+162+144=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA290 is #D55D6F. Grayscale: #7C7C7C. Windows color (decimal): -13983088 or 9478698. OLE color: 9478698.
HSL color Cylindrical-coordinate representation of color #2AA290: hue angle of 171º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA290 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 144 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.36 |
| HSL | 171º | 0.59% | 0.4% | - |
| HSV(B) | 171º | 0.74% | 0.64% | - |
| XYZ | 18.91 | 28.35 | 30.86 | - |
| YUV | 124.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 144 | 0.74 | 0 | 0.11 | 0.36 | 171 | 0.59 | 0.4 |
| Hex | 2A | A2 | 90 | 4A | 0 | B | 24 | AB | 3B | 28 |
| Octal | 52 | 242 | 220 | 112 | 0 | 13 | 44 | 253 | 73 | 50 |
| Binary | 101010 | 10100010 | 10010000 | 1001010 | 0 | 1011 | 100100 | 10101011 | 111011 | 101000 |
Color Harmonies of #2AA290
Complementary color
Monochromatic Colors of #2AA290
Black with #2AA290
Text Example
Text Example
White with #2AA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA290; }
p { color: rgb(42,162,144); }
H1.HeaderClassName
{
color: #2AA290;
}
.AnyTagClassName
{
color: #2AA290;
}
</style>
background-color css
<style>
a { background-color: #2AA290; }
a { background-color: rgb(42,162,144); }
div.DivClassName
{
background-color: #2AA290;
}
.BgClassName
{
background-color: #2AA290;
}
</style>
border-color css
<style>
span { border-color: #2AA290; }
span { border-color: rgb(42,162,144); }
td.TdClassName
{
border-color: #2AA290;
}
.TagClassName
{
border-color: #2AA290;
}
</style>