Shades of Niagara #1FA48F
Tints of Niagara #1FA48F
RGB
CMYK
RGB Variations
Color information
#1FA48F (or 0x1FA48F) is known color: Niagara. HEX triplet: 1F, A4 and 8F. RGB value is (31,164,143). Sum of RGB (Red+Green+Blue) = 31+164+143=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA48F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA48F is #E05B70. Grayscale: #797979. Windows color (decimal): -14703473 or 9413663. OLE color: 9413663.
HSL color Cylindrical-coordinate representation of color #1FA48F: hue angle of 170.53º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA48F is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 143 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.36 |
| HSL | 170.53º | 0.68% | 0.38% | - |
| HSV(B) | 170.53º | 0.81% | 0.64% | - |
| XYZ | 18.8 | 28.83 | 30.56 | - |
| YUV | 121.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 143 | 0.81 | 0 | 0.13 | 0.36 | 170.53 | 0.68 | 0.38 |
| Hex | 1F | A4 | 8F | 51 | 0 | D | 24 | AB | 44 | 26 |
| Octal | 37 | 244 | 217 | 121 | 0 | 15 | 44 | 253 | 104 | 46 |
| Binary | 11111 | 10100100 | 10001111 | 1010001 | 0 | 1101 | 100100 | 10101011 | 1000100 | 100110 |
Color Harmonies of #1FA48F
Complementary color
Monochromatic Colors of #1FA48F
Black with #1FA48F
Text Example
Text Example
White with #1FA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA48F; }
p { color: rgb(31,164,143); }
H1.HeaderClassName
{
color: #1FA48F;
}
.AnyTagClassName
{
color: #1FA48F;
}
</style>
background-color css
<style>
a { background-color: #1FA48F; }
a { background-color: rgb(31,164,143); }
div.DivClassName
{
background-color: #1FA48F;
}
.BgClassName
{
background-color: #1FA48F;
}
</style>
border-color css
<style>
span { border-color: #1FA48F; }
span { border-color: rgb(31,164,143); }
td.TdClassName
{
border-color: #1FA48F;
}
.TagClassName
{
border-color: #1FA48F;
}
</style>