Shades of Niagara #1EA285
Tints of Niagara #1EA285
RGB
CMYK
RGB Variations
Color information
#1EA285 (or 0x1EA285) is known color: Niagara. HEX triplet: 1E, A2 and 85. RGB value is (30,162,133). Sum of RGB (Red+Green+Blue) = 30+162+133=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA285 is #E15D7A. Grayscale: #777777. Windows color (decimal): -14769531 or 8757790. OLE color: 8757790.
HSL color Cylindrical-coordinate representation of color #1EA285: hue angle of 166.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA285 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 133 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.36 |
| HSL | 166.82º | 0.69% | 0.38% | - |
| HSV(B) | 166.82º | 0.81% | 0.64% | - |
| XYZ | 17.69 | 27.81 | 26.63 | - |
| YUV | 119.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 133 | 0.81 | 0 | 0.18 | 0.36 | 166.82 | 0.69 | 0.38 |
| Hex | 1E | A2 | 85 | 51 | 0 | 12 | 24 | A7 | 45 | 26 |
| Octal | 36 | 242 | 205 | 121 | 0 | 22 | 44 | 247 | 105 | 46 |
| Binary | 11110 | 10100010 | 10000101 | 1010001 | 0 | 10010 | 100100 | 10100111 | 1000101 | 100110 |
Color Harmonies of #1EA285
Complementary color
Monochromatic Colors of #1EA285
Black with #1EA285
Text Example
Text Example
White with #1EA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA285; }
p { color: rgb(30,162,133); }
H1.HeaderClassName
{
color: #1EA285;
}
.AnyTagClassName
{
color: #1EA285;
}
</style>
background-color css
<style>
a { background-color: #1EA285; }
a { background-color: rgb(30,162,133); }
div.DivClassName
{
background-color: #1EA285;
}
.BgClassName
{
background-color: #1EA285;
}
</style>
border-color css
<style>
span { border-color: #1EA285; }
span { border-color: rgb(30,162,133); }
td.TdClassName
{
border-color: #1EA285;
}
.TagClassName
{
border-color: #1EA285;
}
</style>