Shades of Niagara #2AB799
Tints of Niagara #2AB799
RGB
CMYK
RGB Variations
Color information
#2AB799 (or 0x2AB799) is known color: Niagara. HEX triplet: 2A, B7 and 99. RGB value is (42,183,153). Sum of RGB (Red+Green+Blue) = 42+183+153=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB799 is #D54866. Grayscale: #898989. Windows color (decimal): -13977703 or 10073898. OLE color: 10073898.
HSL color Cylindrical-coordinate representation of color #2AB799: hue angle of 167.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB799 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 153 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.28 |
| HSL | 167.23º | 0.63% | 0.44% | - |
| HSV(B) | 167.23º | 0.77% | 0.72% | - |
| XYZ | 23.64 | 36.66 | 35.97 | - |
| YUV | 137.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 153 | 0.77 | 0 | 0.16 | 0.28 | 167.23 | 0.63 | 0.44 |
| Hex | 2A | B7 | 99 | 4D | 0 | 10 | 1C | A7 | 3F | 2C |
| Octal | 52 | 267 | 231 | 115 | 0 | 20 | 34 | 247 | 77 | 54 |
| Binary | 101010 | 10110111 | 10011001 | 1001101 | 0 | 10000 | 11100 | 10100111 | 111111 | 101100 |
Color Harmonies of #2AB799
Complementary color
Monochromatic Colors of #2AB799
Black with #2AB799
Text Example
Text Example
White with #2AB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB799; }
p { color: rgb(42,183,153); }
H1.HeaderClassName
{
color: #2AB799;
}
.AnyTagClassName
{
color: #2AB799;
}
</style>
background-color css
<style>
a { background-color: #2AB799; }
a { background-color: rgb(42,183,153); }
div.DivClassName
{
background-color: #2AB799;
}
.BgClassName
{
background-color: #2AB799;
}
</style>
border-color css
<style>
span { border-color: #2AB799; }
span { border-color: rgb(42,183,153); }
td.TdClassName
{
border-color: #2AB799;
}
.TagClassName
{
border-color: #2AB799;
}
</style>