Shades of Niagara #1F9C87
Tints of Niagara #1F9C87
RGB
CMYK
RGB Variations
Color information
#1F9C87 (or 0x1F9C87) is known color: Niagara. HEX triplet: 1F, 9C and 87. RGB value is (31,156,135). Sum of RGB (Red+Green+Blue) = 31+156+135=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C87 is #E06378. Grayscale: #747474. Windows color (decimal): -14705529 or 8887327. OLE color: 8887327.
HSL color Cylindrical-coordinate representation of color #1F9C87: hue angle of 169.92º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C87 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 135 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.39 |
| HSL | 169.92º | 0.67% | 0.37% | - |
| HSV(B) | 169.92º | 0.8% | 0.61% | - |
| XYZ | 16.83 | 25.82 | 27.02 | - |
| YUV | 116.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 135 | 0.80 | 0 | 0.13 | 0.39 | 169.92 | 0.67 | 0.37 |
| Hex | 1F | 9C | 87 | 50 | 0 | D | 27 | AA | 43 | 25 |
| Octal | 37 | 234 | 207 | 120 | 0 | 15 | 47 | 252 | 103 | 45 |
| Binary | 11111 | 10011100 | 10000111 | 1010000 | 0 | 1101 | 100111 | 10101010 | 1000011 | 100101 |
Color Harmonies of #1F9C87
Complementary color
Monochromatic Colors of #1F9C87
Black with #1F9C87
Text Example
Text Example
White with #1F9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C87; }
p { color: rgb(31,156,135); }
H1.HeaderClassName
{
color: #1F9C87;
}
.AnyTagClassName
{
color: #1F9C87;
}
</style>
background-color css
<style>
a { background-color: #1F9C87; }
a { background-color: rgb(31,156,135); }
div.DivClassName
{
background-color: #1F9C87;
}
.BgClassName
{
background-color: #1F9C87;
}
</style>
border-color css
<style>
span { border-color: #1F9C87; }
span { border-color: rgb(31,156,135); }
td.TdClassName
{
border-color: #1F9C87;
}
.TagClassName
{
border-color: #1F9C87;
}
</style>