Shades of Niagara #2EA495
Tints of Niagara #2EA495
RGB
CMYK
RGB Variations
Color information
#2EA495 (or 0x2EA495) is known color: Niagara. HEX triplet: 2E, A4 and 95. RGB value is (46,164,149). Sum of RGB (Red+Green+Blue) = 46+164+149=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA495 is #D15B6A. Grayscale: #7E7E7E. Windows color (decimal): -13720427 or 9806894. OLE color: 9806894.
HSL color Cylindrical-coordinate representation of color #2EA495: hue angle of 172.37º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA495 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 164 | 149 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.36 |
| HSL | 172.37º | 0.56% | 0.41% | - |
| HSV(B) | 172.37º | 0.72% | 0.64% | - |
| XYZ | 19.83 | 29.3 | 33.04 | - |
| YUV | 127.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 149 | 0.72 | 0 | 0.09 | 0.36 | 172.37 | 0.56 | 0.41 |
| Hex | 2E | A4 | 95 | 48 | 0 | 9 | 24 | AC | 38 | 29 |
| Octal | 56 | 244 | 225 | 110 | 0 | 11 | 44 | 254 | 70 | 51 |
| Binary | 101110 | 10100100 | 10010101 | 1001000 | 0 | 1001 | 100100 | 10101100 | 111000 | 101001 |
Color Harmonies of #2EA495
Complementary color
Monochromatic Colors of #2EA495
Black with #2EA495
Text Example
Text Example
White with #2EA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA495; }
p { color: rgb(46,164,149); }
H1.HeaderClassName
{
color: #2EA495;
}
.AnyTagClassName
{
color: #2EA495;
}
</style>
background-color css
<style>
a { background-color: #2EA495; }
a { background-color: rgb(46,164,149); }
div.DivClassName
{
background-color: #2EA495;
}
.BgClassName
{
background-color: #2EA495;
}
</style>
border-color css
<style>
span { border-color: #2EA495; }
span { border-color: rgb(46,164,149); }
td.TdClassName
{
border-color: #2EA495;
}
.TagClassName
{
border-color: #2EA495;
}
</style>