Shades of Niagara #1FA085
Tints of Niagara #1FA085
RGB
CMYK
RGB Variations
Color information
#1FA085 (or 0x1FA085) is known color: Niagara. HEX triplet: 1F, A0 and 85. RGB value is (31,160,133). Sum of RGB (Red+Green+Blue) = 31+160+133=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA085 is #E05F7A. Grayscale: #767676. Windows color (decimal): -14704507 or 8757279. OLE color: 8757279.
HSL color Cylindrical-coordinate representation of color #1FA085: hue angle of 167.44º 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 #1FA085 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 133 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.37 |
| HSL | 167.44º | 0.68% | 0.37% | - |
| HSV(B) | 167.44º | 0.81% | 0.63% | - |
| XYZ | 17.37 | 27.13 | 26.51 | - |
| YUV | 118.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 133 | 0.81 | 0 | 0.17 | 0.37 | 167.44 | 0.68 | 0.37 |
| Hex | 1F | A0 | 85 | 51 | 0 | 11 | 25 | A7 | 44 | 25 |
| Octal | 37 | 240 | 205 | 121 | 0 | 21 | 45 | 247 | 104 | 45 |
| Binary | 11111 | 10100000 | 10000101 | 1010001 | 0 | 10001 | 100101 | 10100111 | 1000100 | 100101 |
Color Harmonies of #1FA085
Complementary color
Monochromatic Colors of #1FA085
Black with #1FA085
Text Example
Text Example
White with #1FA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA085; }
p { color: rgb(31,160,133); }
H1.HeaderClassName
{
color: #1FA085;
}
.AnyTagClassName
{
color: #1FA085;
}
</style>
background-color css
<style>
a { background-color: #1FA085; }
a { background-color: rgb(31,160,133); }
div.DivClassName
{
background-color: #1FA085;
}
.BgClassName
{
background-color: #1FA085;
}
</style>
border-color css
<style>
span { border-color: #1FA085; }
span { border-color: rgb(31,160,133); }
td.TdClassName
{
border-color: #1FA085;
}
.TagClassName
{
border-color: #1FA085;
}
</style>