Shades of Niagara #2EAA8F
Tints of Niagara #2EAA8F
RGB
CMYK
RGB Variations
Color information
#2EAA8F (or 0x2EAA8F) is known color: Niagara. HEX triplet: 2E, AA and 8F. RGB value is (46,170,143). Sum of RGB (Red+Green+Blue) = 46+170+143=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA8F is #D15570. Grayscale: #818181. Windows color (decimal): -13718897 or 9415214. OLE color: 9415214.
HSL color Cylindrical-coordinate representation of color #2EAA8F: hue angle of 166.94º 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 #2EAA8F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 143 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.33 |
| HSL | 166.94º | 0.57% | 0.42% | - |
| HSV(B) | 166.94º | 0.73% | 0.67% | - |
| XYZ | 20.46 | 31.31 | 30.95 | - |
| YUV | 129.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 143 | 0.73 | 0 | 0.16 | 0.33 | 166.94 | 0.57 | 0.42 |
| Hex | 2E | AA | 8F | 49 | 0 | 10 | 21 | A7 | 39 | 2A |
| Octal | 56 | 252 | 217 | 111 | 0 | 20 | 41 | 247 | 71 | 52 |
| Binary | 101110 | 10101010 | 10001111 | 1001001 | 0 | 10000 | 100001 | 10100111 | 111001 | 101010 |
Color Harmonies of #2EAA8F
Complementary color
Monochromatic Colors of #2EAA8F
Black with #2EAA8F
Text Example
Text Example
White with #2EAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA8F; }
p { color: rgb(46,170,143); }
H1.HeaderClassName
{
color: #2EAA8F;
}
.AnyTagClassName
{
color: #2EAA8F;
}
</style>
background-color css
<style>
a { background-color: #2EAA8F; }
a { background-color: rgb(46,170,143); }
div.DivClassName
{
background-color: #2EAA8F;
}
.BgClassName
{
background-color: #2EAA8F;
}
</style>
border-color css
<style>
span { border-color: #2EAA8F; }
span { border-color: rgb(46,170,143); }
td.TdClassName
{
border-color: #2EAA8F;
}
.TagClassName
{
border-color: #2EAA8F;
}
</style>