Shades of Niagara #2EB097
Tints of Niagara #2EB097
RGB
CMYK
RGB Variations
Color information
#2EB097 (or 0x2EB097) is known color: Niagara. HEX triplet: 2E, B0 and 97. RGB value is (46,176,151). Sum of RGB (Red+Green+Blue) = 46+176+151=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB097 is #D14F68. Grayscale: #868686. Windows color (decimal): -13717353 or 9941038. OLE color: 9941038.
HSL color Cylindrical-coordinate representation of color #2EB097: hue angle of 168.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB097 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 151 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.31 |
| HSL | 168.46º | 0.59% | 0.44% | - |
| HSV(B) | 168.46º | 0.74% | 0.69% | - |
| XYZ | 22.24 | 33.87 | 34.64 | - |
| YUV | 134.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 151 | 0.74 | 0 | 0.14 | 0.31 | 168.46 | 0.59 | 0.44 |
| Hex | 2E | B0 | 97 | 4A | 0 | E | 1F | A8 | 3B | 2C |
| Octal | 56 | 260 | 227 | 112 | 0 | 16 | 37 | 250 | 73 | 54 |
| Binary | 101110 | 10110000 | 10010111 | 1001010 | 0 | 1110 | 11111 | 10101000 | 111011 | 101100 |
Color Harmonies of #2EB097
Complementary color
Monochromatic Colors of #2EB097
Black with #2EB097
Text Example
Text Example
White with #2EB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB097; }
p { color: rgb(46,176,151); }
H1.HeaderClassName
{
color: #2EB097;
}
.AnyTagClassName
{
color: #2EB097;
}
</style>
background-color css
<style>
a { background-color: #2EB097; }
a { background-color: rgb(46,176,151); }
div.DivClassName
{
background-color: #2EB097;
}
.BgClassName
{
background-color: #2EB097;
}
</style>
border-color css
<style>
span { border-color: #2EB097; }
span { border-color: rgb(46,176,151); }
td.TdClassName
{
border-color: #2EB097;
}
.TagClassName
{
border-color: #2EB097;
}
</style>