Shades of Niagara #2EA78C
Tints of Niagara #2EA78C
RGB
CMYK
RGB Variations
Color information
#2EA78C (or 0x2EA78C) is known color: Niagara. HEX triplet: 2E, A7 and 8C. RGB value is (46,167,140). Sum of RGB (Red+Green+Blue) = 46+167+140=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA78C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA78C is #D15873. Grayscale: #7F7F7F. Windows color (decimal): -13719668 or 9217838. OLE color: 9217838.
HSL color Cylindrical-coordinate representation of color #2EA78C: hue angle of 166.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA78C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 167 | 140 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.35 |
| HSL | 166.61º | 0.57% | 0.42% | - |
| HSV(B) | 166.61º | 0.72% | 0.65% | - |
| XYZ | 19.68 | 30.11 | 29.59 | - |
| YUV | 127.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 140 | 0.72 | 0 | 0.16 | 0.35 | 166.61 | 0.57 | 0.42 |
| Hex | 2E | A7 | 8C | 48 | 0 | 10 | 23 | A7 | 39 | 2A |
| Octal | 56 | 247 | 214 | 110 | 0 | 20 | 43 | 247 | 71 | 52 |
| Binary | 101110 | 10100111 | 10001100 | 1001000 | 0 | 10000 | 100011 | 10100111 | 111001 | 101010 |
Color Harmonies of #2EA78C
Complementary color
Monochromatic Colors of #2EA78C
Black with #2EA78C
Text Example
Text Example
White with #2EA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA78C; }
p { color: rgb(46,167,140); }
H1.HeaderClassName
{
color: #2EA78C;
}
.AnyTagClassName
{
color: #2EA78C;
}
</style>
background-color css
<style>
a { background-color: #2EA78C; }
a { background-color: rgb(46,167,140); }
div.DivClassName
{
background-color: #2EA78C;
}
.BgClassName
{
background-color: #2EA78C;
}
</style>
border-color css
<style>
span { border-color: #2EA78C; }
span { border-color: rgb(46,167,140); }
td.TdClassName
{
border-color: #2EA78C;
}
.TagClassName
{
border-color: #2EA78C;
}
</style>