Shades of Niagara #2EB194
Tints of Niagara #2EB194
RGB
CMYK
RGB Variations
Color information
#2EB194 (or 0x2EB194) is known color: Niagara. HEX triplet: 2E, B1 and 94. RGB value is (46,177,148). Sum of RGB (Red+Green+Blue) = 46+177+148=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB194 is #D14E6B. Grayscale: #868686. Windows color (decimal): -13717100 or 9744686. OLE color: 9744686.
HSL color Cylindrical-coordinate representation of color #2EB194: hue angle of 166.72º 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 #2EB194 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 148 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.31 |
| HSL | 166.72º | 0.59% | 0.44% | - |
| HSV(B) | 166.72º | 0.74% | 0.69% | - |
| XYZ | 22.19 | 34.16 | 33.44 | - |
| YUV | 134.53 | 135.6 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 148 | 0.74 | 0 | 0.16 | 0.31 | 166.72 | 0.59 | 0.44 |
| Hex | 2E | B1 | 94 | 4A | 0 | 10 | 1F | A7 | 3B | 2C |
| Octal | 56 | 261 | 224 | 112 | 0 | 20 | 37 | 247 | 73 | 54 |
| Binary | 101110 | 10110001 | 10010100 | 1001010 | 0 | 10000 | 11111 | 10100111 | 111011 | 101100 |
Color Harmonies of #2EB194
Complementary color
Monochromatic Colors of #2EB194
Black with #2EB194
Text Example
Text Example
White with #2EB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB194; }
p { color: rgb(46,177,148); }
H1.HeaderClassName
{
color: #2EB194;
}
.AnyTagClassName
{
color: #2EB194;
}
</style>
background-color css
<style>
a { background-color: #2EB194; }
a { background-color: rgb(46,177,148); }
div.DivClassName
{
background-color: #2EB194;
}
.BgClassName
{
background-color: #2EB194;
}
</style>
border-color css
<style>
span { border-color: #2EB194; }
span { border-color: rgb(46,177,148); }
td.TdClassName
{
border-color: #2EB194;
}
.TagClassName
{
border-color: #2EB194;
}
</style>