Shades of Niagara #2A9A87
Tints of Niagara #2A9A87
RGB
CMYK
RGB Variations
Color information
#2A9A87 (or 0x2A9A87) is known color: Niagara. HEX triplet: 2A, 9A and 87. RGB value is (42,154,135). Sum of RGB (Red+Green+Blue) = 42+154+135=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A87 is #D56578. Grayscale: #767676. Windows color (decimal): -13985145 or 8886826. OLE color: 8886826.
HSL color Cylindrical-coordinate representation of color #2A9A87: hue angle of 169.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A87 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 135 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.40 |
| HSL | 169.82º | 0.57% | 0.38% | - |
| HSV(B) | 169.82º | 0.73% | 0.6% | - |
| XYZ | 16.88 | 25.35 | 26.93 | - |
| YUV | 118.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 135 | 0.73 | 0 | 0.12 | 0.40 | 169.82 | 0.57 | 0.38 |
| Hex | 2A | 9A | 87 | 49 | 0 | C | 28 | AA | 39 | 26 |
| Octal | 52 | 232 | 207 | 111 | 0 | 14 | 50 | 252 | 71 | 46 |
| Binary | 101010 | 10011010 | 10000111 | 1001001 | 0 | 1100 | 101000 | 10101010 | 111001 | 100110 |
Color Harmonies of #2A9A87
Complementary color
Monochromatic Colors of #2A9A87
Black with #2A9A87
Text Example
Text Example
White with #2A9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A87; }
p { color: rgb(42,154,135); }
H1.HeaderClassName
{
color: #2A9A87;
}
.AnyTagClassName
{
color: #2A9A87;
}
</style>
background-color css
<style>
a { background-color: #2A9A87; }
a { background-color: rgb(42,154,135); }
div.DivClassName
{
background-color: #2A9A87;
}
.BgClassName
{
background-color: #2A9A87;
}
</style>
border-color css
<style>
span { border-color: #2A9A87; }
span { border-color: rgb(42,154,135); }
td.TdClassName
{
border-color: #2A9A87;
}
.TagClassName
{
border-color: #2A9A87;
}
</style>