Shades of Niagara #1EA289
Tints of Niagara #1EA289
RGB
CMYK
RGB Variations
Color information
#1EA289 (or 0x1EA289) is known color: Niagara. HEX triplet: 1E, A2 and 89. RGB value is (30,162,137). Sum of RGB (Red+Green+Blue) = 30+162+137=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA289 is #E15D76. Grayscale: #777777. Windows color (decimal): -14769527 or 9019934. OLE color: 9019934.
HSL color Cylindrical-coordinate representation of color #1EA289: hue angle of 168.64º 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 #1EA289 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 137 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.36 |
| HSL | 168.64º | 0.69% | 0.38% | - |
| HSV(B) | 168.64º | 0.81% | 0.64% | - |
| XYZ | 17.97 | 27.92 | 28.11 | - |
| YUV | 119.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 137 | 0.81 | 0 | 0.15 | 0.36 | 168.64 | 0.69 | 0.38 |
| Hex | 1E | A2 | 89 | 51 | 0 | F | 24 | A9 | 45 | 26 |
| Octal | 36 | 242 | 211 | 121 | 0 | 17 | 44 | 251 | 105 | 46 |
| Binary | 11110 | 10100010 | 10001001 | 1010001 | 0 | 1111 | 100100 | 10101001 | 1000101 | 100110 |
Color Harmonies of #1EA289
Complementary color
Monochromatic Colors of #1EA289
Black with #1EA289
Text Example
Text Example
White with #1EA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA289; }
p { color: rgb(30,162,137); }
H1.HeaderClassName
{
color: #1EA289;
}
.AnyTagClassName
{
color: #1EA289;
}
</style>
background-color css
<style>
a { background-color: #1EA289; }
a { background-color: rgb(30,162,137); }
div.DivClassName
{
background-color: #1EA289;
}
.BgClassName
{
background-color: #1EA289;
}
</style>
border-color css
<style>
span { border-color: #1EA289; }
span { border-color: rgb(30,162,137); }
td.TdClassName
{
border-color: #1EA289;
}
.TagClassName
{
border-color: #1EA289;
}
</style>