Shades of Niagara #2EAC9A
Tints of Niagara #2EAC9A
RGB
CMYK
RGB Variations
Color information
#2EAC9A (or 0x2EAC9A) is known color: Niagara. HEX triplet: 2E, AC and 9A. RGB value is (46,172,154). Sum of RGB (Red+Green+Blue) = 46+172+154=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC9A is #D15365. Grayscale: #848484. Windows color (decimal): -13718374 or 10136622. OLE color: 10136622.
HSL color Cylindrical-coordinate representation of color #2EAC9A: hue angle of 171.43º 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 #2EAC9A is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 154 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.33 |
| HSL | 171.43º | 0.58% | 0.43% | - |
| HSV(B) | 171.43º | 0.73% | 0.67% | - |
| XYZ | 21.71 | 32.42 | 35.69 | - |
| YUV | 132.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 154 | 0.73 | 0 | 0.10 | 0.33 | 171.43 | 0.58 | 0.43 |
| Hex | 2E | AC | 9A | 49 | 0 | A | 21 | AB | 3A | 2B |
| Octal | 56 | 254 | 232 | 111 | 0 | 12 | 41 | 253 | 72 | 53 |
| Binary | 101110 | 10101100 | 10011010 | 1001001 | 0 | 1010 | 100001 | 10101011 | 111010 | 101011 |
Color Harmonies of #2EAC9A
Complementary color
Monochromatic Colors of #2EAC9A
Black with #2EAC9A
Text Example
Text Example
White with #2EAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC9A; }
p { color: rgb(46,172,154); }
H1.HeaderClassName
{
color: #2EAC9A;
}
.AnyTagClassName
{
color: #2EAC9A;
}
</style>
background-color css
<style>
a { background-color: #2EAC9A; }
a { background-color: rgb(46,172,154); }
div.DivClassName
{
background-color: #2EAC9A;
}
.BgClassName
{
background-color: #2EAC9A;
}
</style>
border-color css
<style>
span { border-color: #2EAC9A; }
span { border-color: rgb(46,172,154); }
td.TdClassName
{
border-color: #2EAC9A;
}
.TagClassName
{
border-color: #2EAC9A;
}
</style>