Shades of Niagara #2EAC8C
Tints of Niagara #2EAC8C
RGB
CMYK
RGB Variations
Color information
#2EAC8C (or 0x2EAC8C) is known color: Niagara. HEX triplet: 2E, AC and 8C. RGB value is (46,172,140). Sum of RGB (Red+Green+Blue) = 46+172+140=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC8C is #D15373. Grayscale: #828282. Windows color (decimal): -13718388 or 9219118. OLE color: 9219118.
HSL color Cylindrical-coordinate representation of color #2EAC8C: hue angle of 164.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC8C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 140 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.33 |
| HSL | 164.76º | 0.58% | 0.43% | - |
| HSV(B) | 164.76º | 0.73% | 0.67% | - |
| XYZ | 20.61 | 31.98 | 29.9 | - |
| YUV | 130.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 140 | 0.73 | 0 | 0.19 | 0.33 | 164.76 | 0.58 | 0.43 |
| Hex | 2E | AC | 8C | 49 | 0 | 13 | 21 | A5 | 3A | 2B |
| Octal | 56 | 254 | 214 | 111 | 0 | 23 | 41 | 245 | 72 | 53 |
| Binary | 101110 | 10101100 | 10001100 | 1001001 | 0 | 10011 | 100001 | 10100101 | 111010 | 101011 |
Color Harmonies of #2EAC8C
Complementary color
Monochromatic Colors of #2EAC8C
Black with #2EAC8C
Text Example
Text Example
White with #2EAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC8C; }
p { color: rgb(46,172,140); }
H1.HeaderClassName
{
color: #2EAC8C;
}
.AnyTagClassName
{
color: #2EAC8C;
}
</style>
background-color css
<style>
a { background-color: #2EAC8C; }
a { background-color: rgb(46,172,140); }
div.DivClassName
{
background-color: #2EAC8C;
}
.BgClassName
{
background-color: #2EAC8C;
}
</style>
border-color css
<style>
span { border-color: #2EAC8C; }
span { border-color: rgb(46,172,140); }
td.TdClassName
{
border-color: #2EAC8C;
}
.TagClassName
{
border-color: #2EAC8C;
}
</style>