Shades of Niagara #2EAC99
Tints of Niagara #2EAC99
RGB
CMYK
RGB Variations
Color information
#2EAC99 (or 0x2EAC99) is known color: Niagara. HEX triplet: 2E, AC and 99. RGB value is (46,172,153). Sum of RGB (Red+Green+Blue) = 46+172+153=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC99 is #D15366. Grayscale: #848484. Windows color (decimal): -13718375 or 10071086. OLE color: 10071086.
HSL color Cylindrical-coordinate representation of color #2EAC99: hue angle of 170.95º 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 #2EAC99 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 153 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.33 |
| HSL | 170.95º | 0.58% | 0.43% | - |
| HSV(B) | 170.95º | 0.73% | 0.67% | - |
| XYZ | 21.63 | 32.39 | 35.25 | - |
| YUV | 132.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 153 | 0.73 | 0 | 0.11 | 0.33 | 170.95 | 0.58 | 0.43 |
| Hex | 2E | AC | 99 | 49 | 0 | B | 21 | AB | 3A | 2B |
| Octal | 56 | 254 | 231 | 111 | 0 | 13 | 41 | 253 | 72 | 53 |
| Binary | 101110 | 10101100 | 10011001 | 1001001 | 0 | 1011 | 100001 | 10101011 | 111010 | 101011 |
Color Harmonies of #2EAC99
Complementary color
Monochromatic Colors of #2EAC99
Black with #2EAC99
Text Example
Text Example
White with #2EAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC99; }
p { color: rgb(46,172,153); }
H1.HeaderClassName
{
color: #2EAC99;
}
.AnyTagClassName
{
color: #2EAC99;
}
</style>
background-color css
<style>
a { background-color: #2EAC99; }
a { background-color: rgb(46,172,153); }
div.DivClassName
{
background-color: #2EAC99;
}
.BgClassName
{
background-color: #2EAC99;
}
</style>
border-color css
<style>
span { border-color: #2EAC99; }
span { border-color: rgb(46,172,153); }
td.TdClassName
{
border-color: #2EAC99;
}
.TagClassName
{
border-color: #2EAC99;
}
</style>