Shades of Niagara #2EA18D
Tints of Niagara #2EA18D
RGB
CMYK
RGB Variations
Color information
#2EA18D (or 0x2EA18D) is known color: Niagara. HEX triplet: 2E, A1 and 8D. RGB value is (46,161,141). Sum of RGB (Red+Green+Blue) = 46+161+141=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA18D is #D15E72. Grayscale: #7C7C7C. Windows color (decimal): -13721203 or 9281838. OLE color: 9281838.
HSL color Cylindrical-coordinate representation of color #2EA18D: hue angle of 169.57º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA18D is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 141 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.37 |
| HSL | 169.57º | 0.56% | 0.41% | - |
| HSV(B) | 169.57º | 0.71% | 0.63% | - |
| XYZ | 18.68 | 27.99 | 29.62 | - |
| YUV | 124.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 141 | 0.71 | 0 | 0.12 | 0.37 | 169.57 | 0.56 | 0.41 |
| Hex | 2E | A1 | 8D | 47 | 0 | C | 25 | AA | 38 | 29 |
| Octal | 56 | 241 | 215 | 107 | 0 | 14 | 45 | 252 | 70 | 51 |
| Binary | 101110 | 10100001 | 10001101 | 1000111 | 0 | 1100 | 100101 | 10101010 | 111000 | 101001 |
Color Harmonies of #2EA18D
Complementary color
Monochromatic Colors of #2EA18D
Black with #2EA18D
Text Example
Text Example
White with #2EA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA18D; }
p { color: rgb(46,161,141); }
H1.HeaderClassName
{
color: #2EA18D;
}
.AnyTagClassName
{
color: #2EA18D;
}
</style>
background-color css
<style>
a { background-color: #2EA18D; }
a { background-color: rgb(46,161,141); }
div.DivClassName
{
background-color: #2EA18D;
}
.BgClassName
{
background-color: #2EA18D;
}
</style>
border-color css
<style>
span { border-color: #2EA18D; }
span { border-color: rgb(46,161,141); }
td.TdClassName
{
border-color: #2EA18D;
}
.TagClassName
{
border-color: #2EA18D;
}
</style>