Shades of Niagara #2EB895
Tints of Niagara #2EB895
RGB
CMYK
RGB Variations
Color information
#2EB895 (or 0x2EB895) is known color: Niagara. HEX triplet: 2E, B8 and 95. RGB value is (46,184,149). Sum of RGB (Red+Green+Blue) = 46+184+149=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB895 is #D1476A. Grayscale: #8A8A8A. Windows color (decimal): -13715307 or 9812014. OLE color: 9812014.
HSL color Cylindrical-coordinate representation of color #2EB895: hue angle of 164.78º 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 #2EB895 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 149 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.28 |
| HSL | 164.78º | 0.6% | 0.45% | - |
| HSV(B) | 164.78º | 0.75% | 0.72% | - |
| XYZ | 23.69 | 37.03 | 34.33 | - |
| YUV | 138.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 149 | 0.75 | 0 | 0.19 | 0.28 | 164.78 | 0.6 | 0.45 |
| Hex | 2E | B8 | 95 | 4B | 0 | 13 | 1C | A5 | 3C | 2D |
| Octal | 56 | 270 | 225 | 113 | 0 | 23 | 34 | 245 | 74 | 55 |
| Binary | 101110 | 10111000 | 10010101 | 1001011 | 0 | 10011 | 11100 | 10100101 | 111100 | 101101 |
Color Harmonies of #2EB895
Complementary color
Monochromatic Colors of #2EB895
Black with #2EB895
Text Example
Text Example
White with #2EB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB895; }
p { color: rgb(46,184,149); }
H1.HeaderClassName
{
color: #2EB895;
}
.AnyTagClassName
{
color: #2EB895;
}
</style>
background-color css
<style>
a { background-color: #2EB895; }
a { background-color: rgb(46,184,149); }
div.DivClassName
{
background-color: #2EB895;
}
.BgClassName
{
background-color: #2EB895;
}
</style>
border-color css
<style>
span { border-color: #2EB895; }
span { border-color: rgb(46,184,149); }
td.TdClassName
{
border-color: #2EB895;
}
.TagClassName
{
border-color: #2EB895;
}
</style>