Shades of Niagara #2EB192
Tints of Niagara #2EB192
RGB
CMYK
RGB Variations
Color information
#2EB192 (or 0x2EB192) is known color: Niagara. HEX triplet: 2E, B1 and 92. RGB value is (46,177,146). Sum of RGB (Red+Green+Blue) = 46+177+146=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB192 is #D14E6D. Grayscale: #868686. Windows color (decimal): -13717102 or 9613614. OLE color: 9613614.
HSL color Cylindrical-coordinate representation of color #2EB192: hue angle of 165.8º 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 #2EB192 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 146 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.31 |
| HSL | 165.8º | 0.59% | 0.44% | - |
| HSV(B) | 165.8º | 0.74% | 0.69% | - |
| XYZ | 22.04 | 34.1 | 32.61 | - |
| YUV | 134.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 146 | 0.74 | 0 | 0.18 | 0.31 | 165.8 | 0.59 | 0.44 |
| Hex | 2E | B1 | 92 | 4A | 0 | 12 | 1F | A6 | 3B | 2C |
| Octal | 56 | 261 | 222 | 112 | 0 | 22 | 37 | 246 | 73 | 54 |
| Binary | 101110 | 10110001 | 10010010 | 1001010 | 0 | 10010 | 11111 | 10100110 | 111011 | 101100 |
Color Harmonies of #2EB192
Complementary color
Monochromatic Colors of #2EB192
Black with #2EB192
Text Example
Text Example
White with #2EB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB192; }
p { color: rgb(46,177,146); }
H1.HeaderClassName
{
color: #2EB192;
}
.AnyTagClassName
{
color: #2EB192;
}
</style>
background-color css
<style>
a { background-color: #2EB192; }
a { background-color: rgb(46,177,146); }
div.DivClassName
{
background-color: #2EB192;
}
.BgClassName
{
background-color: #2EB192;
}
</style>
border-color css
<style>
span { border-color: #2EB192; }
span { border-color: rgb(46,177,146); }
td.TdClassName
{
border-color: #2EB192;
}
.TagClassName
{
border-color: #2EB192;
}
</style>