Shades of Niagara #2AAB96
Tints of Niagara #2AAB96
RGB
CMYK
RGB Variations
Color information
#2AAB96 (or 0x2AAB96) is known color: Niagara. HEX triplet: 2A, AB and 96. RGB value is (42,171,150). Sum of RGB (Red+Green+Blue) = 42+171+150=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB96 is #D55469. Grayscale: #818181. Windows color (decimal): -13980778 or 9874218. OLE color: 9874218.
HSL color Cylindrical-coordinate representation of color #2AAB96: hue angle of 170.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB96 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 150 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.33 |
| HSL | 170.23º | 0.61% | 0.42% | - |
| HSV(B) | 170.23º | 0.75% | 0.67% | - |
| XYZ | 21.02 | 31.82 | 33.89 | - |
| YUV | 130.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 150 | 0.75 | 0 | 0.12 | 0.33 | 170.23 | 0.61 | 0.42 |
| Hex | 2A | AB | 96 | 4B | 0 | C | 21 | AA | 3D | 2A |
| Octal | 52 | 253 | 226 | 113 | 0 | 14 | 41 | 252 | 75 | 52 |
| Binary | 101010 | 10101011 | 10010110 | 1001011 | 0 | 1100 | 100001 | 10101010 | 111101 | 101010 |
Color Harmonies of #2AAB96
Complementary color
Monochromatic Colors of #2AAB96
Black with #2AAB96
Text Example
Text Example
White with #2AAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB96; }
p { color: rgb(42,171,150); }
H1.HeaderClassName
{
color: #2AAB96;
}
.AnyTagClassName
{
color: #2AAB96;
}
</style>
background-color css
<style>
a { background-color: #2AAB96; }
a { background-color: rgb(42,171,150); }
div.DivClassName
{
background-color: #2AAB96;
}
.BgClassName
{
background-color: #2AAB96;
}
</style>
border-color css
<style>
span { border-color: #2AAB96; }
span { border-color: rgb(42,171,150); }
td.TdClassName
{
border-color: #2AAB96;
}
.TagClassName
{
border-color: #2AAB96;
}
</style>