Shades of Niagara #2AAA97
Tints of Niagara #2AAA97
RGB
CMYK
RGB Variations
Color information
#2AAA97 (or 0x2AAA97) is known color: Niagara. HEX triplet: 2A, AA and 97. RGB value is (42,170,151). Sum of RGB (Red+Green+Blue) = 42+170+151=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA97 is #D55568. Grayscale: #818181. Windows color (decimal): -13981033 or 9939498. OLE color: 9939498.
HSL color Cylindrical-coordinate representation of color #2AAA97: hue angle of 171.09º degrees, saturation: 0.6, 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 #2AAA97 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 151 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.33 |
| HSL | 171.09º | 0.6% | 0.42% | - |
| HSV(B) | 171.09º | 0.75% | 0.67% | - |
| XYZ | 20.92 | 31.48 | 34.25 | - |
| YUV | 129.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 151 | 0.75 | 0 | 0.11 | 0.33 | 171.09 | 0.6 | 0.42 |
| Hex | 2A | AA | 97 | 4B | 0 | B | 21 | AB | 3C | 2A |
| Octal | 52 | 252 | 227 | 113 | 0 | 13 | 41 | 253 | 74 | 52 |
| Binary | 101010 | 10101010 | 10010111 | 1001011 | 0 | 1011 | 100001 | 10101011 | 111100 | 101010 |
Color Harmonies of #2AAA97
Complementary color
Monochromatic Colors of #2AAA97
Black with #2AAA97
Text Example
Text Example
White with #2AAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA97; }
p { color: rgb(42,170,151); }
H1.HeaderClassName
{
color: #2AAA97;
}
.AnyTagClassName
{
color: #2AAA97;
}
</style>
background-color css
<style>
a { background-color: #2AAA97; }
a { background-color: rgb(42,170,151); }
div.DivClassName
{
background-color: #2AAA97;
}
.BgClassName
{
background-color: #2AAA97;
}
</style>
border-color css
<style>
span { border-color: #2AAA97; }
span { border-color: rgb(42,170,151); }
td.TdClassName
{
border-color: #2AAA97;
}
.TagClassName
{
border-color: #2AAA97;
}
</style>