Shades of Niagara #2AB795
Tints of Niagara #2AB795
RGB
CMYK
RGB Variations
Color information
#2AB795 (or 0x2AB795) is known color: Niagara. HEX triplet: 2A, B7 and 95. RGB value is (42,183,149). Sum of RGB (Red+Green+Blue) = 42+183+149=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB795 is #D5486A. Grayscale: #888888. Windows color (decimal): -13977707 or 9811754. OLE color: 9811754.
HSL color Cylindrical-coordinate representation of color #2AB795: hue angle of 165.53º 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 #2AB795 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 149 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.28 |
| HSL | 165.53º | 0.63% | 0.44% | - |
| HSV(B) | 165.53º | 0.77% | 0.72% | - |
| XYZ | 23.31 | 36.53 | 34.26 | - |
| YUV | 136.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 149 | 0.77 | 0 | 0.19 | 0.28 | 165.53 | 0.63 | 0.44 |
| Hex | 2A | B7 | 95 | 4D | 0 | 13 | 1C | A6 | 3F | 2C |
| Octal | 52 | 267 | 225 | 115 | 0 | 23 | 34 | 246 | 77 | 54 |
| Binary | 101010 | 10110111 | 10010101 | 1001101 | 0 | 10011 | 11100 | 10100110 | 111111 | 101100 |
Color Harmonies of #2AB795
Complementary color
Monochromatic Colors of #2AB795
Black with #2AB795
Text Example
Text Example
White with #2AB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB795; }
p { color: rgb(42,183,149); }
H1.HeaderClassName
{
color: #2AB795;
}
.AnyTagClassName
{
color: #2AB795;
}
</style>
background-color css
<style>
a { background-color: #2AB795; }
a { background-color: rgb(42,183,149); }
div.DivClassName
{
background-color: #2AB795;
}
.BgClassName
{
background-color: #2AB795;
}
</style>
border-color css
<style>
span { border-color: #2AB795; }
span { border-color: rgb(42,183,149); }
td.TdClassName
{
border-color: #2AB795;
}
.TagClassName
{
border-color: #2AB795;
}
</style>