Shades of Niagara #2EAA8D
Tints of Niagara #2EAA8D
RGB
CMYK
RGB Variations
Color information
#2EAA8D (or 0x2EAA8D) is known color: Niagara. HEX triplet: 2E, AA and 8D. RGB value is (46,170,141). Sum of RGB (Red+Green+Blue) = 46+170+141=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA8D is #D15572. Grayscale: #818181. Windows color (decimal): -13718899 or 9284142. OLE color: 9284142.
HSL color Cylindrical-coordinate representation of color #2EAA8D: hue angle of 165.97º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA8D is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 141 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.33 |
| HSL | 165.97º | 0.57% | 0.42% | - |
| HSV(B) | 165.97º | 0.73% | 0.67% | - |
| XYZ | 20.31 | 31.25 | 30.16 | - |
| YUV | 129.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 141 | 0.73 | 0 | 0.17 | 0.33 | 165.97 | 0.57 | 0.42 |
| Hex | 2E | AA | 8D | 49 | 0 | 11 | 21 | A6 | 39 | 2A |
| Octal | 56 | 252 | 215 | 111 | 0 | 21 | 41 | 246 | 71 | 52 |
| Binary | 101110 | 10101010 | 10001101 | 1001001 | 0 | 10001 | 100001 | 10100110 | 111001 | 101010 |
Color Harmonies of #2EAA8D
Complementary color
Monochromatic Colors of #2EAA8D
Black with #2EAA8D
Text Example
Text Example
White with #2EAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA8D; }
p { color: rgb(46,170,141); }
H1.HeaderClassName
{
color: #2EAA8D;
}
.AnyTagClassName
{
color: #2EAA8D;
}
</style>
background-color css
<style>
a { background-color: #2EAA8D; }
a { background-color: rgb(46,170,141); }
div.DivClassName
{
background-color: #2EAA8D;
}
.BgClassName
{
background-color: #2EAA8D;
}
</style>
border-color css
<style>
span { border-color: #2EAA8D; }
span { border-color: rgb(46,170,141); }
td.TdClassName
{
border-color: #2EAA8D;
}
.TagClassName
{
border-color: #2EAA8D;
}
</style>