Shades of Niagara #1EA08C
Tints of Niagara #1EA08C
RGB
CMYK
RGB Variations
Color information
#1EA08C (or 0x1EA08C) is known color: Niagara. HEX triplet: 1E, A0 and 8C. RGB value is (30,160,140). Sum of RGB (Red+Green+Blue) = 30+160+140=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA08C is #E15F73. Grayscale: #767676. Windows color (decimal): -14770036 or 9216030. OLE color: 9216030.
HSL color Cylindrical-coordinate representation of color #1EA08C: hue angle of 170.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA08C is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 140 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.37 |
| HSL | 170.77º | 0.68% | 0.37% | - |
| HSV(B) | 170.77º | 0.81% | 0.63% | - |
| XYZ | 17.84 | 27.31 | 29.14 | - |
| YUV | 118.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 140 | 0.81 | 0 | 0.12 | 0.37 | 170.77 | 0.68 | 0.37 |
| Hex | 1E | A0 | 8C | 51 | 0 | C | 25 | AB | 44 | 25 |
| Octal | 36 | 240 | 214 | 121 | 0 | 14 | 45 | 253 | 104 | 45 |
| Binary | 11110 | 10100000 | 10001100 | 1010001 | 0 | 1100 | 100101 | 10101011 | 1000100 | 100101 |
Color Harmonies of #1EA08C
Complementary color
Monochromatic Colors of #1EA08C
Black with #1EA08C
Text Example
Text Example
White with #1EA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA08C; }
p { color: rgb(30,160,140); }
H1.HeaderClassName
{
color: #1EA08C;
}
.AnyTagClassName
{
color: #1EA08C;
}
</style>
background-color css
<style>
a { background-color: #1EA08C; }
a { background-color: rgb(30,160,140); }
div.DivClassName
{
background-color: #1EA08C;
}
.BgClassName
{
background-color: #1EA08C;
}
</style>
border-color css
<style>
span { border-color: #1EA08C; }
span { border-color: rgb(30,160,140); }
td.TdClassName
{
border-color: #1EA08C;
}
.TagClassName
{
border-color: #1EA08C;
}
</style>