Shades of Niagara #1E9781
Tints of Niagara #1E9781
RGB
CMYK
RGB Variations
Color information
#1E9781 (or 0x1E9781) is known color: Niagara. HEX triplet: 1E, 97 and 81. RGB value is (30,151,129). Sum of RGB (Red+Green+Blue) = 30+151+129=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9781 is #E1687E. Grayscale: #707070. Windows color (decimal): -14772351 or 8492830. OLE color: 8492830.
HSL color Cylindrical-coordinate representation of color #1E9781: hue angle of 169.09º 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 #1E9781 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 129 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.41 |
| HSL | 169.09º | 0.67% | 0.35% | - |
| HSV(B) | 169.09º | 0.8% | 0.59% | - |
| XYZ | 15.56 | 23.99 | 24.58 | - |
| YUV | 112.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 129 | 0.80 | 0 | 0.15 | 0.41 | 169.09 | 0.67 | 0.35 |
| Hex | 1E | 97 | 81 | 50 | 0 | F | 29 | A9 | 43 | 23 |
| Octal | 36 | 227 | 201 | 120 | 0 | 17 | 51 | 251 | 103 | 43 |
| Binary | 11110 | 10010111 | 10000001 | 1010000 | 0 | 1111 | 101001 | 10101001 | 1000011 | 100011 |
Color Harmonies of #1E9781
Complementary color
Monochromatic Colors of #1E9781
Black with #1E9781
Text Example
Text Example
White with #1E9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9781; }
p { color: rgb(30,151,129); }
H1.HeaderClassName
{
color: #1E9781;
}
.AnyTagClassName
{
color: #1E9781;
}
</style>
background-color css
<style>
a { background-color: #1E9781; }
a { background-color: rgb(30,151,129); }
div.DivClassName
{
background-color: #1E9781;
}
.BgClassName
{
background-color: #1E9781;
}
</style>
border-color css
<style>
span { border-color: #1E9781; }
span { border-color: rgb(30,151,129); }
td.TdClassName
{
border-color: #1E9781;
}
.TagClassName
{
border-color: #1E9781;
}
</style>