Shades of Niagara #1FA087
Tints of Niagara #1FA087
RGB
CMYK
RGB Variations
Color information
#1FA087 (or 0x1FA087) is known color: Niagara. HEX triplet: 1F, A0 and 87. RGB value is (31,160,135). Sum of RGB (Red+Green+Blue) = 31+160+135=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA087 is #E05F78. Grayscale: #767676. Windows color (decimal): -14704505 or 8888351. OLE color: 8888351.
HSL color Cylindrical-coordinate representation of color #1FA087: hue angle of 168.37º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA087 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 135 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.37 |
| HSL | 168.37º | 0.68% | 0.37% | - |
| HSV(B) | 168.37º | 0.81% | 0.63% | - |
| XYZ | 17.51 | 27.18 | 27.25 | - |
| YUV | 118.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 135 | 0.81 | 0 | 0.16 | 0.37 | 168.37 | 0.68 | 0.37 |
| Hex | 1F | A0 | 87 | 51 | 0 | 10 | 25 | A8 | 44 | 25 |
| Octal | 37 | 240 | 207 | 121 | 0 | 20 | 45 | 250 | 104 | 45 |
| Binary | 11111 | 10100000 | 10000111 | 1010001 | 0 | 10000 | 100101 | 10101000 | 1000100 | 100101 |
Color Harmonies of #1FA087
Complementary color
Monochromatic Colors of #1FA087
Black with #1FA087
Text Example
Text Example
White with #1FA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA087; }
p { color: rgb(31,160,135); }
H1.HeaderClassName
{
color: #1FA087;
}
.AnyTagClassName
{
color: #1FA087;
}
</style>
background-color css
<style>
a { background-color: #1FA087; }
a { background-color: rgb(31,160,135); }
div.DivClassName
{
background-color: #1FA087;
}
.BgClassName
{
background-color: #1FA087;
}
</style>
border-color css
<style>
span { border-color: #1FA087; }
span { border-color: rgb(31,160,135); }
td.TdClassName
{
border-color: #1FA087;
}
.TagClassName
{
border-color: #1FA087;
}
</style>