Shades of Niagara #1EA18B
Tints of Niagara #1EA18B
RGB
CMYK
RGB Variations
Color information
#1EA18B (or 0x1EA18B) is known color: Niagara. HEX triplet: 1E, A1 and 8B. RGB value is (30,161,139). Sum of RGB (Red+Green+Blue) = 30+161+139=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA18B is #E15E74. Grayscale: #777777. Windows color (decimal): -14769781 or 9150750. OLE color: 9150750.
HSL color Cylindrical-coordinate representation of color #1EA18B: hue angle of 169.92º 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 #1EA18B is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 139 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.37 |
| HSL | 169.92º | 0.69% | 0.37% | - |
| HSV(B) | 169.92º | 0.81% | 0.63% | - |
| XYZ | 17.94 | 27.63 | 28.81 | - |
| YUV | 119.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 139 | 0.81 | 0 | 0.14 | 0.37 | 169.92 | 0.69 | 0.37 |
| Hex | 1E | A1 | 8B | 51 | 0 | E | 25 | AA | 45 | 25 |
| Octal | 36 | 241 | 213 | 121 | 0 | 16 | 45 | 252 | 105 | 45 |
| Binary | 11110 | 10100001 | 10001011 | 1010001 | 0 | 1110 | 100101 | 10101010 | 1000101 | 100101 |
Color Harmonies of #1EA18B
Complementary color
Monochromatic Colors of #1EA18B
Black with #1EA18B
Text Example
Text Example
White with #1EA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA18B; }
p { color: rgb(30,161,139); }
H1.HeaderClassName
{
color: #1EA18B;
}
.AnyTagClassName
{
color: #1EA18B;
}
</style>
background-color css
<style>
a { background-color: #1EA18B; }
a { background-color: rgb(30,161,139); }
div.DivClassName
{
background-color: #1EA18B;
}
.BgClassName
{
background-color: #1EA18B;
}
</style>
border-color css
<style>
span { border-color: #1EA18B; }
span { border-color: rgb(30,161,139); }
td.TdClassName
{
border-color: #1EA18B;
}
.TagClassName
{
border-color: #1EA18B;
}
</style>