Shades of Niagara #1FAD91
Tints of Niagara #1FAD91
RGB
CMYK
RGB Variations
Color information
#1FAD91 (or 0x1FAD91) is known color: Niagara. HEX triplet: 1F, AD and 91. RGB value is (31,173,145). Sum of RGB (Red+Green+Blue) = 31+173+145=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD91 is #E0526E. Grayscale: #7F7F7F. Windows color (decimal): -14701167 or 9547039. OLE color: 9547039.
HSL color Cylindrical-coordinate representation of color #1FAD91: hue angle of 168.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD91 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 145 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.32 |
| HSL | 168.17º | 0.7% | 0.4% | - |
| HSV(B) | 168.17º | 0.82% | 0.68% | - |
| XYZ | 20.62 | 32.22 | 31.92 | - |
| YUV | 127.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 145 | 0.82 | 0 | 0.16 | 0.32 | 168.17 | 0.7 | 0.4 |
| Hex | 1F | AD | 91 | 52 | 0 | 10 | 20 | A8 | 46 | 28 |
| Octal | 37 | 255 | 221 | 122 | 0 | 20 | 40 | 250 | 106 | 50 |
| Binary | 11111 | 10101101 | 10010001 | 1010010 | 0 | 10000 | 100000 | 10101000 | 1000110 | 101000 |
Color Harmonies of #1FAD91
Complementary color
Monochromatic Colors of #1FAD91
Black with #1FAD91
Text Example
Text Example
White with #1FAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD91; }
p { color: rgb(31,173,145); }
H1.HeaderClassName
{
color: #1FAD91;
}
.AnyTagClassName
{
color: #1FAD91;
}
</style>
background-color css
<style>
a { background-color: #1FAD91; }
a { background-color: rgb(31,173,145); }
div.DivClassName
{
background-color: #1FAD91;
}
.BgClassName
{
background-color: #1FAD91;
}
</style>
border-color css
<style>
span { border-color: #1FAD91; }
span { border-color: rgb(31,173,145); }
td.TdClassName
{
border-color: #1FAD91;
}
.TagClassName
{
border-color: #1FAD91;
}
</style>