Shades of Niagara #2AB496
Tints of Niagara #2AB496
RGB
CMYK
RGB Variations
Color information
#2AB496 (or 0x2AB496) is known color: Niagara. HEX triplet: 2A, B4 and 96. RGB value is (42,180,150). Sum of RGB (Red+Green+Blue) = 42+180+150=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB496 is #D54B69. Grayscale: #878787. Windows color (decimal): -13978474 or 9876522. OLE color: 9876522.
HSL color Cylindrical-coordinate representation of color #2AB496: hue angle of 166.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB496 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 150 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.29 |
| HSL | 166.96º | 0.62% | 0.44% | - |
| HSV(B) | 166.96º | 0.77% | 0.71% | - |
| XYZ | 22.78 | 35.34 | 34.47 | - |
| YUV | 135.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 150 | 0.77 | 0 | 0.17 | 0.29 | 166.96 | 0.62 | 0.44 |
| Hex | 2A | B4 | 96 | 4D | 0 | 11 | 1D | A7 | 3E | 2C |
| Octal | 52 | 264 | 226 | 115 | 0 | 21 | 35 | 247 | 76 | 54 |
| Binary | 101010 | 10110100 | 10010110 | 1001101 | 0 | 10001 | 11101 | 10100111 | 111110 | 101100 |
Color Harmonies of #2AB496
Complementary color
Monochromatic Colors of #2AB496
Black with #2AB496
Text Example
Text Example
White with #2AB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB496; }
p { color: rgb(42,180,150); }
H1.HeaderClassName
{
color: #2AB496;
}
.AnyTagClassName
{
color: #2AB496;
}
</style>
background-color css
<style>
a { background-color: #2AB496; }
a { background-color: rgb(42,180,150); }
div.DivClassName
{
background-color: #2AB496;
}
.BgClassName
{
background-color: #2AB496;
}
</style>
border-color css
<style>
span { border-color: #2AB496; }
span { border-color: rgb(42,180,150); }
td.TdClassName
{
border-color: #2AB496;
}
.TagClassName
{
border-color: #2AB496;
}
</style>