Shades of Niagara #1F9980
Tints of Niagara #1F9980
RGB
CMYK
RGB Variations
Color information
#1F9980 (or 0x1F9980) is known color: Niagara. HEX triplet: 1F, 99 and 80. RGB value is (31,153,128). Sum of RGB (Red+Green+Blue) = 31+153+128=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9980 is #E0667F. Grayscale: #717171. Windows color (decimal): -14706304 or 8427807. OLE color: 8427807.
HSL color Cylindrical-coordinate representation of color #1F9980: hue angle of 167.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9980 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 128 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.4 |
| HSL | 167.7º | 0.66% | 0.36% | - |
| HSV(B) | 167.7º | 0.8% | 0.6% | - |
| XYZ | 15.85 | 24.63 | 24.34 | - |
| YUV | 113.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 128 | 0.80 | 0 | 0.16 | 0.4 | 167.7 | 0.66 | 0.36 |
| Hex | 1F | 99 | 80 | 50 | 0 | 10 | 28 | A8 | 42 | 24 |
| Octal | 37 | 231 | 200 | 120 | 0 | 20 | 50 | 250 | 102 | 44 |
| Binary | 11111 | 10011001 | 10000000 | 1010000 | 0 | 10000 | 101000 | 10101000 | 1000010 | 100100 |
Color Harmonies of #1F9980
Complementary color
Monochromatic Colors of #1F9980
Black with #1F9980
Text Example
Text Example
White with #1F9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9980; }
p { color: rgb(31,153,128); }
H1.HeaderClassName
{
color: #1F9980;
}
.AnyTagClassName
{
color: #1F9980;
}
</style>
background-color css
<style>
a { background-color: #1F9980; }
a { background-color: rgb(31,153,128); }
div.DivClassName
{
background-color: #1F9980;
}
.BgClassName
{
background-color: #1F9980;
}
</style>
border-color css
<style>
span { border-color: #1F9980; }
span { border-color: rgb(31,153,128); }
td.TdClassName
{
border-color: #1F9980;
}
.TagClassName
{
border-color: #1F9980;
}
</style>