Shades of Niagara #2AB392
Tints of Niagara #2AB392
RGB
CMYK
RGB Variations
Color information
#2AB392 (or 0x2AB392) is known color: Niagara. HEX triplet: 2A, B3 and 92. RGB value is (42,179,146). Sum of RGB (Red+Green+Blue) = 42+179+146=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB392 is #D54C6D. Grayscale: #868686. Windows color (decimal): -13978734 or 9614122. OLE color: 9614122.
HSL color Cylindrical-coordinate representation of color #2AB392: hue angle of 165.55º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB392 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 146 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.30 |
| HSL | 165.55º | 0.62% | 0.43% | - |
| HSV(B) | 165.55º | 0.77% | 0.7% | - |
| XYZ | 22.26 | 34.81 | 32.74 | - |
| YUV | 134.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 146 | 0.77 | 0 | 0.18 | 0.30 | 165.55 | 0.62 | 0.43 |
| Hex | 2A | B3 | 92 | 4D | 0 | 12 | 1E | A6 | 3E | 2B |
| Octal | 52 | 263 | 222 | 115 | 0 | 22 | 36 | 246 | 76 | 53 |
| Binary | 101010 | 10110011 | 10010010 | 1001101 | 0 | 10010 | 11110 | 10100110 | 111110 | 101011 |
Color Harmonies of #2AB392
Complementary color
Monochromatic Colors of #2AB392
Black with #2AB392
Text Example
Text Example
White with #2AB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB392; }
p { color: rgb(42,179,146); }
H1.HeaderClassName
{
color: #2AB392;
}
.AnyTagClassName
{
color: #2AB392;
}
</style>
background-color css
<style>
a { background-color: #2AB392; }
a { background-color: rgb(42,179,146); }
div.DivClassName
{
background-color: #2AB392;
}
.BgClassName
{
background-color: #2AB392;
}
</style>
border-color css
<style>
span { border-color: #2AB392; }
span { border-color: rgb(42,179,146); }
td.TdClassName
{
border-color: #2AB392;
}
.TagClassName
{
border-color: #2AB392;
}
</style>