Shades of Niagara #2EAD94
Tints of Niagara #2EAD94
RGB
CMYK
RGB Variations
Color information
#2EAD94 (or 0x2EAD94) is known color: Niagara. HEX triplet: 2E, AD and 94. RGB value is (46,173,148). Sum of RGB (Red+Green+Blue) = 46+173+148=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAD94 is #D1526B. Grayscale: #848484. Windows color (decimal): -13718124 or 9743662. OLE color: 9743662.
HSL color Cylindrical-coordinate representation of color #2EAD94: hue angle of 168.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD94 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 148 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.32 |
| HSL | 168.19º | 0.58% | 0.43% | - |
| HSV(B) | 168.19º | 0.73% | 0.68% | - |
| XYZ | 21.42 | 32.61 | 33.18 | - |
| YUV | 132.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 148 | 0.73 | 0 | 0.14 | 0.32 | 168.19 | 0.58 | 0.43 |
| Hex | 2E | AD | 94 | 49 | 0 | E | 20 | A8 | 3A | 2B |
| Octal | 56 | 255 | 224 | 111 | 0 | 16 | 40 | 250 | 72 | 53 |
| Binary | 101110 | 10101101 | 10010100 | 1001001 | 0 | 1110 | 100000 | 10101000 | 111010 | 101011 |
Color Harmonies of #2EAD94
Complementary color
Monochromatic Colors of #2EAD94
Black with #2EAD94
Text Example
Text Example
White with #2EAD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAD94; }
p { color: rgb(46,173,148); }
H1.HeaderClassName
{
color: #2EAD94;
}
.AnyTagClassName
{
color: #2EAD94;
}
</style>
background-color css
<style>
a { background-color: #2EAD94; }
a { background-color: rgb(46,173,148); }
div.DivClassName
{
background-color: #2EAD94;
}
.BgClassName
{
background-color: #2EAD94;
}
</style>
border-color css
<style>
span { border-color: #2EAD94; }
span { border-color: rgb(46,173,148); }
td.TdClassName
{
border-color: #2EAD94;
}
.TagClassName
{
border-color: #2EAD94;
}
</style>