Shades of Niagara #2AA899
Tints of Niagara #2AA899
RGB
CMYK
RGB Variations
Color information
#2AA899 (or 0x2AA899) is known color: Niagara. HEX triplet: 2A, A8 and 99. RGB value is (42,168,153). Sum of RGB (Red+Green+Blue) = 42+168+153=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA899 is #D55766. Grayscale: #808080. Windows color (decimal): -13981543 or 10070058. OLE color: 10070058.
HSL color Cylindrical-coordinate representation of color #2AA899: hue angle of 172.86º 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 #2AA899 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 153 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.34 |
| HSL | 172.86º | 0.6% | 0.41% | - |
| HSV(B) | 172.86º | 0.75% | 0.66% | - |
| XYZ | 20.71 | 30.8 | 34.99 | - |
| YUV | 128.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 153 | 0.75 | 0 | 0.09 | 0.34 | 172.86 | 0.6 | 0.41 |
| Hex | 2A | A8 | 99 | 4B | 0 | 9 | 22 | AD | 3C | 29 |
| Octal | 52 | 250 | 231 | 113 | 0 | 11 | 42 | 255 | 74 | 51 |
| Binary | 101010 | 10101000 | 10011001 | 1001011 | 0 | 1001 | 100010 | 10101101 | 111100 | 101001 |
Color Harmonies of #2AA899
Complementary color
Monochromatic Colors of #2AA899
Black with #2AA899
Text Example
Text Example
White with #2AA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA899; }
p { color: rgb(42,168,153); }
H1.HeaderClassName
{
color: #2AA899;
}
.AnyTagClassName
{
color: #2AA899;
}
</style>
background-color css
<style>
a { background-color: #2AA899; }
a { background-color: rgb(42,168,153); }
div.DivClassName
{
background-color: #2AA899;
}
.BgClassName
{
background-color: #2AA899;
}
</style>
border-color css
<style>
span { border-color: #2AA899; }
span { border-color: rgb(42,168,153); }
td.TdClassName
{
border-color: #2AA899;
}
.TagClassName
{
border-color: #2AA899;
}
</style>