Shades of Niagara #2EBA93
Tints of Niagara #2EBA93
RGB
CMYK
RGB Variations
Color information
#2EBA93 (or 0x2EBA93) is known color: Niagara. HEX triplet: 2E, BA and 93. RGB value is (46,186,147). Sum of RGB (Red+Green+Blue) = 46+186+147=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA93 is #D1456C. Grayscale: #8B8B8B. Windows color (decimal): -13714797 or 9681454. OLE color: 9681454.
HSL color Cylindrical-coordinate representation of color #2EBA93: hue angle of 163.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA93 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 147 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.27 |
| HSL | 163.29º | 0.6% | 0.45% | - |
| HSV(B) | 163.29º | 0.75% | 0.73% | - |
| XYZ | 23.95 | 37.81 | 33.64 | - |
| YUV | 139.69 | 132.12 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 147 | 0.75 | 0 | 0.21 | 0.27 | 163.29 | 0.6 | 0.45 |
| Hex | 2E | BA | 93 | 4B | 0 | 15 | 1B | A3 | 3C | 2D |
| Octal | 56 | 272 | 223 | 113 | 0 | 25 | 33 | 243 | 74 | 55 |
| Binary | 101110 | 10111010 | 10010011 | 1001011 | 0 | 10101 | 11011 | 10100011 | 111100 | 101101 |
Color Harmonies of #2EBA93
Complementary color
Monochromatic Colors of #2EBA93
Black with #2EBA93
Text Example
Text Example
White with #2EBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA93; }
p { color: rgb(46,186,147); }
H1.HeaderClassName
{
color: #2EBA93;
}
.AnyTagClassName
{
color: #2EBA93;
}
</style>
background-color css
<style>
a { background-color: #2EBA93; }
a { background-color: rgb(46,186,147); }
div.DivClassName
{
background-color: #2EBA93;
}
.BgClassName
{
background-color: #2EBA93;
}
</style>
border-color css
<style>
span { border-color: #2EBA93; }
span { border-color: rgb(46,186,147); }
td.TdClassName
{
border-color: #2EBA93;
}
.TagClassName
{
border-color: #2EBA93;
}
</style>