Shades of Niagara #2EB897
Tints of Niagara #2EB897
RGB
CMYK
RGB Variations
Color information
#2EB897 (or 0x2EB897) is known color: Niagara. HEX triplet: 2E, B8 and 97. RGB value is (46,184,151). Sum of RGB (Red+Green+Blue) = 46+184+151=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB897 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB897 is #D14768. Grayscale: #8A8A8A. Windows color (decimal): -13715305 or 9943086. OLE color: 9943086.
HSL color Cylindrical-coordinate representation of color #2EB897: hue angle of 165.65º 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 #2EB897 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 151 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.28 |
| HSL | 165.65º | 0.6% | 0.45% | - |
| HSV(B) | 165.65º | 0.75% | 0.72% | - |
| XYZ | 23.85 | 37.1 | 35.18 | - |
| YUV | 138.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 151 | 0.75 | 0 | 0.18 | 0.28 | 165.65 | 0.6 | 0.45 |
| Hex | 2E | B8 | 97 | 4B | 0 | 12 | 1C | A6 | 3C | 2D |
| Octal | 56 | 270 | 227 | 113 | 0 | 22 | 34 | 246 | 74 | 55 |
| Binary | 101110 | 10111000 | 10010111 | 1001011 | 0 | 10010 | 11100 | 10100110 | 111100 | 101101 |
Color Harmonies of #2EB897
Complementary color
Monochromatic Colors of #2EB897
Black with #2EB897
Text Example
Text Example
White with #2EB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB897; }
p { color: rgb(46,184,151); }
H1.HeaderClassName
{
color: #2EB897;
}
.AnyTagClassName
{
color: #2EB897;
}
</style>
background-color css
<style>
a { background-color: #2EB897; }
a { background-color: rgb(46,184,151); }
div.DivClassName
{
background-color: #2EB897;
}
.BgClassName
{
background-color: #2EB897;
}
</style>
border-color css
<style>
span { border-color: #2EB897; }
span { border-color: rgb(46,184,151); }
td.TdClassName
{
border-color: #2EB897;
}
.TagClassName
{
border-color: #2EB897;
}
</style>