Shades of Niagara #1E9E81
Tints of Niagara #1E9E81
RGB
CMYK
RGB Variations
Color information
#1E9E81 (or 0x1E9E81) is known color: Niagara. HEX triplet: 1E, 9E and 81. RGB value is (30,158,129). Sum of RGB (Red+Green+Blue) = 30+158+129=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9E81 is #E1617E. Grayscale: #747474. Windows color (decimal): -14770559 or 8494622. OLE color: 8494622.
HSL color Cylindrical-coordinate representation of color #1E9E81: hue angle of 166.41º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E81 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 158 | 129 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.38 |
| HSL | 166.41º | 0.68% | 0.37% | - |
| HSV(B) | 166.41º | 0.81% | 0.62% | - |
| XYZ | 16.72 | 26.31 | 24.97 | - |
| YUV | 116.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 129 | 0.81 | 0 | 0.18 | 0.38 | 166.41 | 0.68 | 0.37 |
| Hex | 1E | 9E | 81 | 51 | 0 | 12 | 26 | A6 | 44 | 25 |
| Octal | 36 | 236 | 201 | 121 | 0 | 22 | 46 | 246 | 104 | 45 |
| Binary | 11110 | 10011110 | 10000001 | 1010001 | 0 | 10010 | 100110 | 10100110 | 1000100 | 100101 |
Color Harmonies of #1E9E81
Complementary color
Monochromatic Colors of #1E9E81
Black with #1E9E81
Text Example
Text Example
White with #1E9E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9E81; }
p { color: rgb(30,158,129); }
H1.HeaderClassName
{
color: #1E9E81;
}
.AnyTagClassName
{
color: #1E9E81;
}
</style>
background-color css
<style>
a { background-color: #1E9E81; }
a { background-color: rgb(30,158,129); }
div.DivClassName
{
background-color: #1E9E81;
}
.BgClassName
{
background-color: #1E9E81;
}
</style>
border-color css
<style>
span { border-color: #1E9E81; }
span { border-color: rgb(30,158,129); }
td.TdClassName
{
border-color: #1E9E81;
}
.TagClassName
{
border-color: #1E9E81;
}
</style>