Shades of Niagara #2AA799
Tints of Niagara #2AA799
RGB
CMYK
RGB Variations
Color information
#2AA799 (or 0x2AA799) is known color: Niagara. HEX triplet: 2A, A7 and 99. RGB value is (42,167,153). Sum of RGB (Red+Green+Blue) = 42+167+153=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA799 is #D55866. Grayscale: #7F7F7F. Windows color (decimal): -13981799 or 10069802. OLE color: 10069802.
HSL color Cylindrical-coordinate representation of color #2AA799: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA799 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 153 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.35 |
| HSL | 173.28º | 0.6% | 0.41% | - |
| HSV(B) | 173.28º | 0.75% | 0.65% | - |
| XYZ | 20.52 | 30.43 | 34.93 | - |
| YUV | 128.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 153 | 0.75 | 0 | 0.08 | 0.35 | 173.28 | 0.6 | 0.41 |
| Hex | 2A | A7 | 99 | 4B | 0 | 8 | 23 | AD | 3C | 29 |
| Octal | 52 | 247 | 231 | 113 | 0 | 10 | 43 | 255 | 74 | 51 |
| Binary | 101010 | 10100111 | 10011001 | 1001011 | 0 | 1000 | 100011 | 10101101 | 111100 | 101001 |
Color Harmonies of #2AA799
Complementary color
Monochromatic Colors of #2AA799
Black with #2AA799
Text Example
Text Example
White with #2AA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA799; }
p { color: rgb(42,167,153); }
H1.HeaderClassName
{
color: #2AA799;
}
.AnyTagClassName
{
color: #2AA799;
}
</style>
background-color css
<style>
a { background-color: #2AA799; }
a { background-color: rgb(42,167,153); }
div.DivClassName
{
background-color: #2AA799;
}
.BgClassName
{
background-color: #2AA799;
}
</style>
border-color css
<style>
span { border-color: #2AA799; }
span { border-color: rgb(42,167,153); }
td.TdClassName
{
border-color: #2AA799;
}
.TagClassName
{
border-color: #2AA799;
}
</style>