Shades of Niagara #2AAA9B
Tints of Niagara #2AAA9B
RGB
CMYK
RGB Variations
Color information
#2AAA9B (or 0x2AAA9B) is known color: Niagara. HEX triplet: 2A, AA and 9B. RGB value is (42,170,155). Sum of RGB (Red+Green+Blue) = 42+170+155=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA9B is #D55564. Grayscale: #818181. Windows color (decimal): -13981029 or 10201642. OLE color: 10201642.
HSL color Cylindrical-coordinate representation of color #2AAA9B: hue angle of 172.97º 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 #2AAA9B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 155 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.33 |
| HSL | 172.97º | 0.6% | 0.42% | - |
| HSV(B) | 172.97º | 0.75% | 0.67% | - |
| XYZ | 21.25 | 31.61 | 35.99 | - |
| YUV | 130.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 155 | 0.75 | 0 | 0.09 | 0.33 | 172.97 | 0.6 | 0.42 |
| Hex | 2A | AA | 9B | 4B | 0 | 9 | 21 | AD | 3C | 2A |
| Octal | 52 | 252 | 233 | 113 | 0 | 11 | 41 | 255 | 74 | 52 |
| Binary | 101010 | 10101010 | 10011011 | 1001011 | 0 | 1001 | 100001 | 10101101 | 111100 | 101010 |
Color Harmonies of #2AAA9B
Complementary color
Monochromatic Colors of #2AAA9B
Black with #2AAA9B
Text Example
Text Example
White with #2AAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA9B; }
p { color: rgb(42,170,155); }
H1.HeaderClassName
{
color: #2AAA9B;
}
.AnyTagClassName
{
color: #2AAA9B;
}
</style>
background-color css
<style>
a { background-color: #2AAA9B; }
a { background-color: rgb(42,170,155); }
div.DivClassName
{
background-color: #2AAA9B;
}
.BgClassName
{
background-color: #2AAA9B;
}
</style>
border-color css
<style>
span { border-color: #2AAA9B; }
span { border-color: rgb(42,170,155); }
td.TdClassName
{
border-color: #2AAA9B;
}
.TagClassName
{
border-color: #2AAA9B;
}
</style>