Shades of Niagara #2AA99B
Tints of Niagara #2AA99B
RGB
CMYK
RGB Variations
Color information
#2AA99B (or 0x2AA99B) is known color: Niagara. HEX triplet: 2A, A9 and 9B. RGB value is (42,169,155). Sum of RGB (Red+Green+Blue) = 42+169+155=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA99B is #D55664. Grayscale: #818181. Windows color (decimal): -13981285 or 10201386. OLE color: 10201386.
HSL color Cylindrical-coordinate representation of color #2AA99B: hue angle of 173.39º 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 #2AA99B is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 169 | 155 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.34 |
| HSL | 173.39º | 0.6% | 0.41% | - |
| HSV(B) | 173.39º | 0.75% | 0.66% | - |
| XYZ | 21.06 | 31.23 | 35.93 | - |
| YUV | 129.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 155 | 0.75 | 0 | 0.08 | 0.34 | 173.39 | 0.6 | 0.41 |
| Hex | 2A | A9 | 9B | 4B | 0 | 8 | 22 | AD | 3C | 29 |
| Octal | 52 | 251 | 233 | 113 | 0 | 10 | 42 | 255 | 74 | 51 |
| Binary | 101010 | 10101001 | 10011011 | 1001011 | 0 | 1000 | 100010 | 10101101 | 111100 | 101001 |
Color Harmonies of #2AA99B
Complementary color
Monochromatic Colors of #2AA99B
Black with #2AA99B
Text Example
Text Example
White with #2AA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA99B; }
p { color: rgb(42,169,155); }
H1.HeaderClassName
{
color: #2AA99B;
}
.AnyTagClassName
{
color: #2AA99B;
}
</style>
background-color css
<style>
a { background-color: #2AA99B; }
a { background-color: rgb(42,169,155); }
div.DivClassName
{
background-color: #2AA99B;
}
.BgClassName
{
background-color: #2AA99B;
}
</style>
border-color css
<style>
span { border-color: #2AA99B; }
span { border-color: rgb(42,169,155); }
td.TdClassName
{
border-color: #2AA99B;
}
.TagClassName
{
border-color: #2AA99B;
}
</style>