Shades of Niagara #2AA990
Tints of Niagara #2AA990
RGB
CMYK
RGB Variations
Color information
#2AA990 (or 0x2AA990) is known color: Niagara. HEX triplet: 2A, A9 and 90. RGB value is (42,169,144). Sum of RGB (Red+Green+Blue) = 42+169+144=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA990 is #D5566F. Grayscale: #808080. Windows color (decimal): -13981296 or 9480490. OLE color: 9480490.
HSL color Cylindrical-coordinate representation of color #2AA990: hue angle of 168.19º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA990 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 169 | 144 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.34 |
| HSL | 168.19º | 0.6% | 0.41% | - |
| HSV(B) | 168.19º | 0.75% | 0.66% | - |
| XYZ | 20.18 | 30.88 | 31.28 | - |
| YUV | 128.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 144 | 0.75 | 0 | 0.15 | 0.34 | 168.19 | 0.6 | 0.41 |
| Hex | 2A | A9 | 90 | 4B | 0 | F | 22 | A8 | 3C | 29 |
| Octal | 52 | 251 | 220 | 113 | 0 | 17 | 42 | 250 | 74 | 51 |
| Binary | 101010 | 10101001 | 10010000 | 1001011 | 0 | 1111 | 100010 | 10101000 | 111100 | 101001 |
Color Harmonies of #2AA990
Complementary color
Monochromatic Colors of #2AA990
Black with #2AA990
Text Example
Text Example
White with #2AA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA990; }
p { color: rgb(42,169,144); }
H1.HeaderClassName
{
color: #2AA990;
}
.AnyTagClassName
{
color: #2AA990;
}
</style>
background-color css
<style>
a { background-color: #2AA990; }
a { background-color: rgb(42,169,144); }
div.DivClassName
{
background-color: #2AA990;
}
.BgClassName
{
background-color: #2AA990;
}
</style>
border-color css
<style>
span { border-color: #2AA990; }
span { border-color: rgb(42,169,144); }
td.TdClassName
{
border-color: #2AA990;
}
.TagClassName
{
border-color: #2AA990;
}
</style>