Shades of Niagara #1F9E87
Tints of Niagara #1F9E87
RGB
CMYK
RGB Variations
Color information
#1F9E87 (or 0x1F9E87) is known color: Niagara. HEX triplet: 1F, 9E and 87. RGB value is (31,158,135). Sum of RGB (Red+Green+Blue) = 31+158+135=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9E87 is #E06178. Grayscale: #757575. Windows color (decimal): -14705017 or 8887839. OLE color: 8887839.
HSL color Cylindrical-coordinate representation of color #1F9E87: hue angle of 169.13º 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 #1F9E87 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 135 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.38 |
| HSL | 169.13º | 0.67% | 0.37% | - |
| HSV(B) | 169.13º | 0.8% | 0.62% | - |
| XYZ | 17.17 | 26.49 | 27.13 | - |
| YUV | 117.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 135 | 0.80 | 0 | 0.15 | 0.38 | 169.13 | 0.67 | 0.37 |
| Hex | 1F | 9E | 87 | 50 | 0 | F | 26 | A9 | 43 | 25 |
| Octal | 37 | 236 | 207 | 120 | 0 | 17 | 46 | 251 | 103 | 45 |
| Binary | 11111 | 10011110 | 10000111 | 1010000 | 0 | 1111 | 100110 | 10101001 | 1000011 | 100101 |
Color Harmonies of #1F9E87
Complementary color
Monochromatic Colors of #1F9E87
Black with #1F9E87
Text Example
Text Example
White with #1F9E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E87; }
p { color: rgb(31,158,135); }
H1.HeaderClassName
{
color: #1F9E87;
}
.AnyTagClassName
{
color: #1F9E87;
}
</style>
background-color css
<style>
a { background-color: #1F9E87; }
a { background-color: rgb(31,158,135); }
div.DivClassName
{
background-color: #1F9E87;
}
.BgClassName
{
background-color: #1F9E87;
}
</style>
border-color css
<style>
span { border-color: #1F9E87; }
span { border-color: rgb(31,158,135); }
td.TdClassName
{
border-color: #1F9E87;
}
.TagClassName
{
border-color: #1F9E87;
}
</style>