Shades of Niagara #2EB892
Tints of Niagara #2EB892
RGB
CMYK
RGB Variations
Color information
#2EB892 (or 0x2EB892) is known color: Niagara. HEX triplet: 2E, B8 and 92. RGB value is (46,184,146). Sum of RGB (Red+Green+Blue) = 46+184+146=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB892 is #D1476D. Grayscale: #8A8A8A. Windows color (decimal): -13715310 or 9615406. OLE color: 9615406.
HSL color Cylindrical-coordinate representation of color #2EB892: hue angle of 163.48º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB892 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 146 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.28 |
| HSL | 163.48º | 0.6% | 0.45% | - |
| HSV(B) | 163.48º | 0.75% | 0.72% | - |
| XYZ | 23.46 | 36.94 | 33.09 | - |
| YUV | 138.41 | 132.28 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 146 | 0.75 | 0 | 0.21 | 0.28 | 163.48 | 0.6 | 0.45 |
| Hex | 2E | B8 | 92 | 4B | 0 | 15 | 1C | A3 | 3C | 2D |
| Octal | 56 | 270 | 222 | 113 | 0 | 25 | 34 | 243 | 74 | 55 |
| Binary | 101110 | 10111000 | 10010010 | 1001011 | 0 | 10101 | 11100 | 10100011 | 111100 | 101101 |
Color Harmonies of #2EB892
Complementary color
Monochromatic Colors of #2EB892
Black with #2EB892
Text Example
Text Example
White with #2EB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB892; }
p { color: rgb(46,184,146); }
H1.HeaderClassName
{
color: #2EB892;
}
.AnyTagClassName
{
color: #2EB892;
}
</style>
background-color css
<style>
a { background-color: #2EB892; }
a { background-color: rgb(46,184,146); }
div.DivClassName
{
background-color: #2EB892;
}
.BgClassName
{
background-color: #2EB892;
}
</style>
border-color css
<style>
span { border-color: #2EB892; }
span { border-color: rgb(46,184,146); }
td.TdClassName
{
border-color: #2EB892;
}
.TagClassName
{
border-color: #2EB892;
}
</style>