Shades of Niagara #1E9A84
Tints of Niagara #1E9A84
RGB
CMYK
RGB Variations
Color information
#1E9A84 (or 0x1E9A84) is known color: Niagara. HEX triplet: 1E, 9A and 84. RGB value is (30,154,132). Sum of RGB (Red+Green+Blue) = 30+154+132=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A84 is #E1657B. Grayscale: #727272. Windows color (decimal): -14771580 or 8690206. OLE color: 8690206.
HSL color Cylindrical-coordinate representation of color #1E9A84: hue angle of 169.35º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9A84 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 154 | 132 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.40 |
| HSL | 169.35º | 0.67% | 0.36% | - |
| HSV(B) | 169.35º | 0.81% | 0.6% | - |
| XYZ | 16.26 | 25.05 | 25.81 | - |
| YUV | 114.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 132 | 0.81 | 0 | 0.14 | 0.40 | 169.35 | 0.67 | 0.36 |
| Hex | 1E | 9A | 84 | 51 | 0 | E | 28 | A9 | 43 | 24 |
| Octal | 36 | 232 | 204 | 121 | 0 | 16 | 50 | 251 | 103 | 44 |
| Binary | 11110 | 10011010 | 10000100 | 1010001 | 0 | 1110 | 101000 | 10101001 | 1000011 | 100100 |
Color Harmonies of #1E9A84
Complementary color
Monochromatic Colors of #1E9A84
Black with #1E9A84
Text Example
Text Example
White with #1E9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9A84; }
p { color: rgb(30,154,132); }
H1.HeaderClassName
{
color: #1E9A84;
}
.AnyTagClassName
{
color: #1E9A84;
}
</style>
background-color css
<style>
a { background-color: #1E9A84; }
a { background-color: rgb(30,154,132); }
div.DivClassName
{
background-color: #1E9A84;
}
.BgClassName
{
background-color: #1E9A84;
}
</style>
border-color css
<style>
span { border-color: #1E9A84; }
span { border-color: rgb(30,154,132); }
td.TdClassName
{
border-color: #1E9A84;
}
.TagClassName
{
border-color: #1E9A84;
}
</style>