Shades of Niagara #1E9780
Tints of Niagara #1E9780
RGB
CMYK
RGB Variations
Color information
#1E9780 (or 0x1E9780) is known color: Niagara. HEX triplet: 1E, 97 and 80. RGB value is (30,151,128). Sum of RGB (Red+Green+Blue) = 30+151+128=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9780 is #E1687F. Grayscale: #707070. Windows color (decimal): -14772352 or 8427294. OLE color: 8427294.
HSL color Cylindrical-coordinate representation of color #1E9780: hue angle of 168.6º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9780 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 128 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.41 |
| HSL | 168.6º | 0.67% | 0.35% | - |
| HSV(B) | 168.6º | 0.8% | 0.59% | - |
| XYZ | 15.5 | 23.97 | 24.23 | - |
| YUV | 112.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 128 | 0.80 | 0 | 0.15 | 0.41 | 168.6 | 0.67 | 0.35 |
| Hex | 1E | 97 | 80 | 50 | 0 | F | 29 | A9 | 43 | 23 |
| Octal | 36 | 227 | 200 | 120 | 0 | 17 | 51 | 251 | 103 | 43 |
| Binary | 11110 | 10010111 | 10000000 | 1010000 | 0 | 1111 | 101001 | 10101001 | 1000011 | 100011 |
Color Harmonies of #1E9780
Complementary color
Monochromatic Colors of #1E9780
Black with #1E9780
Text Example
Text Example
White with #1E9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9780; }
p { color: rgb(30,151,128); }
H1.HeaderClassName
{
color: #1E9780;
}
.AnyTagClassName
{
color: #1E9780;
}
</style>
background-color css
<style>
a { background-color: #1E9780; }
a { background-color: rgb(30,151,128); }
div.DivClassName
{
background-color: #1E9780;
}
.BgClassName
{
background-color: #1E9780;
}
</style>
border-color css
<style>
span { border-color: #1E9780; }
span { border-color: rgb(30,151,128); }
td.TdClassName
{
border-color: #1E9780;
}
.TagClassName
{
border-color: #1E9780;
}
</style>