Shades of Niagara #1F9785
Tints of Niagara #1F9785
RGB
CMYK
RGB Variations
Color information
#1F9785 (or 0x1F9785) is known color: Niagara. HEX triplet: 1F, 97 and 85. RGB value is (31,151,133). Sum of RGB (Red+Green+Blue) = 31+151+133=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9785 is #E0687A. Grayscale: #717171. Windows color (decimal): -14706811 or 8754975. OLE color: 8754975.
HSL color Cylindrical-coordinate representation of color #1F9785: hue angle of 171º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9785 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 133 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.41 |
| HSL | 171º | 0.66% | 0.36% | - |
| HSV(B) | 171º | 0.79% | 0.59% | - |
| XYZ | 15.87 | 24.12 | 26.01 | - |
| YUV | 113.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 133 | 0.79 | 0 | 0.12 | 0.41 | 171 | 0.66 | 0.36 |
| Hex | 1F | 97 | 85 | 4F | 0 | C | 29 | AB | 42 | 24 |
| Octal | 37 | 227 | 205 | 117 | 0 | 14 | 51 | 253 | 102 | 44 |
| Binary | 11111 | 10010111 | 10000101 | 1001111 | 0 | 1100 | 101001 | 10101011 | 1000010 | 100100 |
Color Harmonies of #1F9785
Complementary color
Monochromatic Colors of #1F9785
Black with #1F9785
Text Example
Text Example
White with #1F9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9785; }
p { color: rgb(31,151,133); }
H1.HeaderClassName
{
color: #1F9785;
}
.AnyTagClassName
{
color: #1F9785;
}
</style>
background-color css
<style>
a { background-color: #1F9785; }
a { background-color: rgb(31,151,133); }
div.DivClassName
{
background-color: #1F9785;
}
.BgClassName
{
background-color: #1F9785;
}
</style>
border-color css
<style>
span { border-color: #1F9785; }
span { border-color: rgb(31,151,133); }
td.TdClassName
{
border-color: #1F9785;
}
.TagClassName
{
border-color: #1F9785;
}
</style>