Shades of Niagara #1EAC90
Tints of Niagara #1EAC90
RGB
CMYK
RGB Variations
Color information
#1EAC90 (or 0x1EAC90) is known color: Niagara. HEX triplet: 1E, AC and 90. RGB value is (30,172,144). Sum of RGB (Red+Green+Blue) = 30+172+144=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAC90 is #E1536F. Grayscale: #7E7E7E. Windows color (decimal): -14766960 or 9481246. OLE color: 9481246.
HSL color Cylindrical-coordinate representation of color #1EAC90: hue angle of 168.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC90 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 144 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.33 |
| HSL | 168.17º | 0.7% | 0.4% | - |
| HSV(B) | 168.17º | 0.83% | 0.67% | - |
| XYZ | 20.32 | 31.79 | 31.45 | - |
| YUV | 126.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 144 | 0.83 | 0 | 0.16 | 0.33 | 168.17 | 0.7 | 0.4 |
| Hex | 1E | AC | 90 | 53 | 0 | 10 | 21 | A8 | 46 | 28 |
| Octal | 36 | 254 | 220 | 123 | 0 | 20 | 41 | 250 | 106 | 50 |
| Binary | 11110 | 10101100 | 10010000 | 1010011 | 0 | 10000 | 100001 | 10101000 | 1000110 | 101000 |
Color Harmonies of #1EAC90
Complementary color
Monochromatic Colors of #1EAC90
Black with #1EAC90
Text Example
Text Example
White with #1EAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC90; }
p { color: rgb(30,172,144); }
H1.HeaderClassName
{
color: #1EAC90;
}
.AnyTagClassName
{
color: #1EAC90;
}
</style>
background-color css
<style>
a { background-color: #1EAC90; }
a { background-color: rgb(30,172,144); }
div.DivClassName
{
background-color: #1EAC90;
}
.BgClassName
{
background-color: #1EAC90;
}
</style>
border-color css
<style>
span { border-color: #1EAC90; }
span { border-color: rgb(30,172,144); }
td.TdClassName
{
border-color: #1EAC90;
}
.TagClassName
{
border-color: #1EAC90;
}
</style>