Shades of Niagara #1F9D87
Tints of Niagara #1F9D87
RGB
CMYK
RGB Variations
Color information
#1F9D87 (or 0x1F9D87) is known color: Niagara. HEX triplet: 1F, 9D and 87. RGB value is (31,157,135). Sum of RGB (Red+Green+Blue) = 31+157+135=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9D87 is #E06278. Grayscale: #747474. Windows color (decimal): -14705273 or 8887583. OLE color: 8887583.
HSL color Cylindrical-coordinate representation of color #1F9D87: hue angle of 169.52º 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 #1F9D87 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 135 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.38 |
| HSL | 169.52º | 0.67% | 0.37% | - |
| HSV(B) | 169.52º | 0.8% | 0.62% | - |
| XYZ | 17 | 26.15 | 27.07 | - |
| YUV | 116.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 135 | 0.80 | 0 | 0.14 | 0.38 | 169.52 | 0.67 | 0.37 |
| Hex | 1F | 9D | 87 | 50 | 0 | E | 26 | AA | 43 | 25 |
| Octal | 37 | 235 | 207 | 120 | 0 | 16 | 46 | 252 | 103 | 45 |
| Binary | 11111 | 10011101 | 10000111 | 1010000 | 0 | 1110 | 100110 | 10101010 | 1000011 | 100101 |
Color Harmonies of #1F9D87
Complementary color
Monochromatic Colors of #1F9D87
Black with #1F9D87
Text Example
Text Example
White with #1F9D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D87; }
p { color: rgb(31,157,135); }
H1.HeaderClassName
{
color: #1F9D87;
}
.AnyTagClassName
{
color: #1F9D87;
}
</style>
background-color css
<style>
a { background-color: #1F9D87; }
a { background-color: rgb(31,157,135); }
div.DivClassName
{
background-color: #1F9D87;
}
.BgClassName
{
background-color: #1F9D87;
}
</style>
border-color css
<style>
span { border-color: #1F9D87; }
span { border-color: rgb(31,157,135); }
td.TdClassName
{
border-color: #1F9D87;
}
.TagClassName
{
border-color: #1F9D87;
}
</style>