Shades of Niagara #2EAB9C
Tints of Niagara #2EAB9C
RGB
CMYK
RGB Variations
Color information
#2EAB9C (or 0x2EAB9C) is known color: Niagara. HEX triplet: 2E, AB and 9C. RGB value is (46,171,156). Sum of RGB (Red+Green+Blue) = 46+171+156=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAB9C is #D15463. Grayscale: #838383. Windows color (decimal): -13718628 or 10267438. OLE color: 10267438.
HSL color Cylindrical-coordinate representation of color #2EAB9C: hue angle of 172.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB9C is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 156 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.33 |
| HSL | 172.8º | 0.58% | 0.43% | - |
| HSV(B) | 172.8º | 0.73% | 0.67% | - |
| XYZ | 21.69 | 32.11 | 36.51 | - |
| YUV | 131.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 156 | 0.73 | 0 | 0.09 | 0.33 | 172.8 | 0.58 | 0.43 |
| Hex | 2E | AB | 9C | 49 | 0 | 9 | 21 | AD | 3A | 2B |
| Octal | 56 | 253 | 234 | 111 | 0 | 11 | 41 | 255 | 72 | 53 |
| Binary | 101110 | 10101011 | 10011100 | 1001001 | 0 | 1001 | 100001 | 10101101 | 111010 | 101011 |
Color Harmonies of #2EAB9C
Complementary color
Monochromatic Colors of #2EAB9C
Black with #2EAB9C
Text Example
Text Example
White with #2EAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB9C; }
p { color: rgb(46,171,156); }
H1.HeaderClassName
{
color: #2EAB9C;
}
.AnyTagClassName
{
color: #2EAB9C;
}
</style>
background-color css
<style>
a { background-color: #2EAB9C; }
a { background-color: rgb(46,171,156); }
div.DivClassName
{
background-color: #2EAB9C;
}
.BgClassName
{
background-color: #2EAB9C;
}
</style>
border-color css
<style>
span { border-color: #2EAB9C; }
span { border-color: rgb(46,171,156); }
td.TdClassName
{
border-color: #2EAB9C;
}
.TagClassName
{
border-color: #2EAB9C;
}
</style>