Shades of Niagara #2EB59C
Tints of Niagara #2EB59C
RGB
CMYK
RGB Variations
Color information
#2EB59C (or 0x2EB59C) is known color: Niagara. HEX triplet: 2E, B5 and 9C. RGB value is (46,181,156). Sum of RGB (Red+Green+Blue) = 46+181+156=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB59C is #D14A63. Grayscale: #898989. Windows color (decimal): -13716068 or 10269998. OLE color: 10269998.
HSL color Cylindrical-coordinate representation of color #2EB59C: hue angle of 168.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB59C is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 156 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.29 |
| HSL | 168.89º | 0.59% | 0.45% | - |
| HSV(B) | 168.89º | 0.75% | 0.71% | - |
| XYZ | 23.65 | 36.03 | 37.16 | - |
| YUV | 137.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 156 | 0.75 | 0 | 0.14 | 0.29 | 168.89 | 0.59 | 0.45 |
| Hex | 2E | B5 | 9C | 4B | 0 | E | 1D | A9 | 3B | 2D |
| Octal | 56 | 265 | 234 | 113 | 0 | 16 | 35 | 251 | 73 | 55 |
| Binary | 101110 | 10110101 | 10011100 | 1001011 | 0 | 1110 | 11101 | 10101001 | 111011 | 101101 |
Color Harmonies of #2EB59C
Complementary color
Monochromatic Colors of #2EB59C
Black with #2EB59C
Text Example
Text Example
White with #2EB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB59C; }
p { color: rgb(46,181,156); }
H1.HeaderClassName
{
color: #2EB59C;
}
.AnyTagClassName
{
color: #2EB59C;
}
</style>
background-color css
<style>
a { background-color: #2EB59C; }
a { background-color: rgb(46,181,156); }
div.DivClassName
{
background-color: #2EB59C;
}
.BgClassName
{
background-color: #2EB59C;
}
</style>
border-color css
<style>
span { border-color: #2EB59C; }
span { border-color: rgb(46,181,156); }
td.TdClassName
{
border-color: #2EB59C;
}
.TagClassName
{
border-color: #2EB59C;
}
</style>