Shades of Niagara #1EA185
Tints of Niagara #1EA185
RGB
CMYK
RGB Variations
Color information
#1EA185 (or 0x1EA185) is known color: Niagara. HEX triplet: 1E, A1 and 85. RGB value is (30,161,133). Sum of RGB (Red+Green+Blue) = 30+161+133=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA185 is #E15E7A. Grayscale: #767676. Windows color (decimal): -14769787 or 8757534. OLE color: 8757534.
HSL color Cylindrical-coordinate representation of color #1EA185: hue angle of 167.18º degrees, saturation: 0.69, 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 #1EA185 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 133 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.37 |
| HSL | 167.18º | 0.69% | 0.37% | - |
| HSV(B) | 167.18º | 0.81% | 0.63% | - |
| XYZ | 17.51 | 27.46 | 26.57 | - |
| YUV | 118.64 | 136.1 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 133 | 0.81 | 0 | 0.17 | 0.37 | 167.18 | 0.69 | 0.37 |
| Hex | 1E | A1 | 85 | 51 | 0 | 11 | 25 | A7 | 45 | 25 |
| Octal | 36 | 241 | 205 | 121 | 0 | 21 | 45 | 247 | 105 | 45 |
| Binary | 11110 | 10100001 | 10000101 | 1010001 | 0 | 10001 | 100101 | 10100111 | 1000101 | 100101 |
Color Harmonies of #1EA185
Complementary color
Monochromatic Colors of #1EA185
Black with #1EA185
Text Example
Text Example
White with #1EA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA185; }
p { color: rgb(30,161,133); }
H1.HeaderClassName
{
color: #1EA185;
}
.AnyTagClassName
{
color: #1EA185;
}
</style>
background-color css
<style>
a { background-color: #1EA185; }
a { background-color: rgb(30,161,133); }
div.DivClassName
{
background-color: #1EA185;
}
.BgClassName
{
background-color: #1EA185;
}
</style>
border-color css
<style>
span { border-color: #1EA185; }
span { border-color: rgb(30,161,133); }
td.TdClassName
{
border-color: #1EA185;
}
.TagClassName
{
border-color: #1EA185;
}
</style>