Shades of Niagara #1F9E86
Tints of Niagara #1F9E86
RGB
CMYK
RGB Variations
Color information
#1F9E86 (or 0x1F9E86) is known color: Niagara. HEX triplet: 1F, 9E and 86. RGB value is (31,158,134). Sum of RGB (Red+Green+Blue) = 31+158+134=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9E86 is #E06179. Grayscale: #757575. Windows color (decimal): -14705018 or 8822303. OLE color: 8822303.
HSL color Cylindrical-coordinate representation of color #1F9E86: hue angle of 168.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E86 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 134 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.38 |
| HSL | 168.66º | 0.67% | 0.37% | - |
| HSV(B) | 168.66º | 0.8% | 0.62% | - |
| XYZ | 17.1 | 26.47 | 26.76 | - |
| YUV | 117.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 134 | 0.80 | 0 | 0.15 | 0.38 | 168.66 | 0.67 | 0.37 |
| Hex | 1F | 9E | 86 | 50 | 0 | F | 26 | A9 | 43 | 25 |
| Octal | 37 | 236 | 206 | 120 | 0 | 17 | 46 | 251 | 103 | 45 |
| Binary | 11111 | 10011110 | 10000110 | 1010000 | 0 | 1111 | 100110 | 10101001 | 1000011 | 100101 |
Color Harmonies of #1F9E86
Complementary color
Monochromatic Colors of #1F9E86
Black with #1F9E86
Text Example
Text Example
White with #1F9E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E86; }
p { color: rgb(31,158,134); }
H1.HeaderClassName
{
color: #1F9E86;
}
.AnyTagClassName
{
color: #1F9E86;
}
</style>
background-color css
<style>
a { background-color: #1F9E86; }
a { background-color: rgb(31,158,134); }
div.DivClassName
{
background-color: #1F9E86;
}
.BgClassName
{
background-color: #1F9E86;
}
</style>
border-color css
<style>
span { border-color: #1F9E86; }
span { border-color: rgb(31,158,134); }
td.TdClassName
{
border-color: #1F9E86;
}
.TagClassName
{
border-color: #1F9E86;
}
</style>