Shades of Niagara #2A9F86
Tints of Niagara #2A9F86
RGB
CMYK
RGB Variations
Color information
#2A9F86 (or 0x2A9F86) is known color: Niagara. HEX triplet: 2A, 9F and 86. RGB value is (42,159,134). Sum of RGB (Red+Green+Blue) = 42+159+134=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9F86 is #D56079. Grayscale: #797979. Windows color (decimal): -13983866 or 8822570. OLE color: 8822570.
HSL color Cylindrical-coordinate representation of color #2A9F86: hue angle of 167.18º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A9F86 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 159 | 134 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.38 |
| HSL | 167.18º | 0.58% | 0.39% | - |
| HSV(B) | 167.18º | 0.74% | 0.62% | - |
| XYZ | 17.66 | 27.01 | 26.84 | - |
| YUV | 121.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 134 | 0.74 | 0 | 0.16 | 0.38 | 167.18 | 0.58 | 0.39 |
| Hex | 2A | 9F | 86 | 4A | 0 | 10 | 26 | A7 | 3A | 27 |
| Octal | 52 | 237 | 206 | 112 | 0 | 20 | 46 | 247 | 72 | 47 |
| Binary | 101010 | 10011111 | 10000110 | 1001010 | 0 | 10000 | 100110 | 10100111 | 111010 | 100111 |
Color Harmonies of #2A9F86
Complementary color
Monochromatic Colors of #2A9F86
Black with #2A9F86
Text Example
Text Example
White with #2A9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9F86; }
p { color: rgb(42,159,134); }
H1.HeaderClassName
{
color: #2A9F86;
}
.AnyTagClassName
{
color: #2A9F86;
}
</style>
background-color css
<style>
a { background-color: #2A9F86; }
a { background-color: rgb(42,159,134); }
div.DivClassName
{
background-color: #2A9F86;
}
.BgClassName
{
background-color: #2A9F86;
}
</style>
border-color css
<style>
span { border-color: #2A9F86; }
span { border-color: rgb(42,159,134); }
td.TdClassName
{
border-color: #2A9F86;
}
.TagClassName
{
border-color: #2A9F86;
}
</style>