Shades of Niagara #1E9884
Tints of Niagara #1E9884
RGB
CMYK
RGB Variations
Color information
#1E9884 (or 0x1E9884) is known color: Niagara. HEX triplet: 1E, 98 and 84. RGB value is (30,152,132). Sum of RGB (Red+Green+Blue) = 30+152+132=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #1E9884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9884 is #E1677B. Grayscale: #717171. Windows color (decimal): -14772092 or 8689694. OLE color: 8689694.
HSL color Cylindrical-coordinate representation of color #1E9884: hue angle of 170.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9884 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 152 | 132 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.40 |
| HSL | 170.16º | 0.67% | 0.36% | - |
| HSV(B) | 170.16º | 0.8% | 0.6% | - |
| XYZ | 15.93 | 24.4 | 25.7 | - |
| YUV | 113.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 132 | 0.80 | 0 | 0.13 | 0.40 | 170.16 | 0.67 | 0.36 |
| Hex | 1E | 98 | 84 | 50 | 0 | D | 28 | AA | 43 | 24 |
| Octal | 36 | 230 | 204 | 120 | 0 | 15 | 50 | 252 | 103 | 44 |
| Binary | 11110 | 10011000 | 10000100 | 1010000 | 0 | 1101 | 101000 | 10101010 | 1000011 | 100100 |
Color Harmonies of #1E9884
Complementary color
Monochromatic Colors of #1E9884
Black with #1E9884
Text Example
Text Example
White with #1E9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9884; }
p { color: rgb(30,152,132); }
H1.HeaderClassName
{
color: #1E9884;
}
.AnyTagClassName
{
color: #1E9884;
}
</style>
background-color css
<style>
a { background-color: #1E9884; }
a { background-color: rgb(30,152,132); }
div.DivClassName
{
background-color: #1E9884;
}
.BgClassName
{
background-color: #1E9884;
}
</style>
border-color css
<style>
span { border-color: #1E9884; }
span { border-color: rgb(30,152,132); }
td.TdClassName
{
border-color: #1E9884;
}
.TagClassName
{
border-color: #1E9884;
}
</style>