Shades of Niagara #2EB894
Tints of Niagara #2EB894
RGB
CMYK
RGB Variations
Color information
#2EB894 (or 0x2EB894) is known color: Niagara. HEX triplet: 2E, B8 and 94. RGB value is (46,184,148). Sum of RGB (Red+Green+Blue) = 46+184+148=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB894 is #D1476B. Grayscale: #8A8A8A. Windows color (decimal): -13715308 or 9746478. OLE color: 9746478.
HSL color Cylindrical-coordinate representation of color #2EB894: hue angle of 164.35º 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 #2EB894 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 148 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.28 |
| HSL | 164.35º | 0.6% | 0.45% | - |
| HSV(B) | 164.35º | 0.75% | 0.72% | - |
| XYZ | 23.61 | 37 | 33.91 | - |
| YUV | 138.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 148 | 0.75 | 0 | 0.20 | 0.28 | 164.35 | 0.6 | 0.45 |
| Hex | 2E | B8 | 94 | 4B | 0 | 14 | 1C | A4 | 3C | 2D |
| Octal | 56 | 270 | 224 | 113 | 0 | 24 | 34 | 244 | 74 | 55 |
| Binary | 101110 | 10111000 | 10010100 | 1001011 | 0 | 10100 | 11100 | 10100100 | 111100 | 101101 |
Color Harmonies of #2EB894
Complementary color
Monochromatic Colors of #2EB894
Black with #2EB894
Text Example
Text Example
White with #2EB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB894; }
p { color: rgb(46,184,148); }
H1.HeaderClassName
{
color: #2EB894;
}
.AnyTagClassName
{
color: #2EB894;
}
</style>
background-color css
<style>
a { background-color: #2EB894; }
a { background-color: rgb(46,184,148); }
div.DivClassName
{
background-color: #2EB894;
}
.BgClassName
{
background-color: #2EB894;
}
</style>
border-color css
<style>
span { border-color: #2EB894; }
span { border-color: rgb(46,184,148); }
td.TdClassName
{
border-color: #2EB894;
}
.TagClassName
{
border-color: #2EB894;
}
</style>