Shades of Niagara #1FA48D
Tints of Niagara #1FA48D
RGB
CMYK
RGB Variations
Color information
#1FA48D (or 0x1FA48D) is known color: Niagara. HEX triplet: 1F, A4 and 8D. RGB value is (31,164,141). Sum of RGB (Red+Green+Blue) = 31+164+141=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA48D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA48D is #E05B72. Grayscale: #797979. Windows color (decimal): -14703475 or 9282591. OLE color: 9282591.
HSL color Cylindrical-coordinate representation of color #1FA48D: hue angle of 169.62º 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 #1FA48D is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 141 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.36 |
| HSL | 169.62º | 0.68% | 0.38% | - |
| HSV(B) | 169.62º | 0.81% | 0.64% | - |
| XYZ | 18.65 | 28.77 | 29.77 | - |
| YUV | 121.61 | 138.94 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 141 | 0.81 | 0 | 0.14 | 0.36 | 169.62 | 0.68 | 0.38 |
| Hex | 1F | A4 | 8D | 51 | 0 | E | 24 | AA | 44 | 26 |
| Octal | 37 | 244 | 215 | 121 | 0 | 16 | 44 | 252 | 104 | 46 |
| Binary | 11111 | 10100100 | 10001101 | 1010001 | 0 | 1110 | 100100 | 10101010 | 1000100 | 100110 |
Color Harmonies of #1FA48D
Complementary color
Monochromatic Colors of #1FA48D
Black with #1FA48D
Text Example
Text Example
White with #1FA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA48D; }
p { color: rgb(31,164,141); }
H1.HeaderClassName
{
color: #1FA48D;
}
.AnyTagClassName
{
color: #1FA48D;
}
</style>
background-color css
<style>
a { background-color: #1FA48D; }
a { background-color: rgb(31,164,141); }
div.DivClassName
{
background-color: #1FA48D;
}
.BgClassName
{
background-color: #1FA48D;
}
</style>
border-color css
<style>
span { border-color: #1FA48D; }
span { border-color: rgb(31,164,141); }
td.TdClassName
{
border-color: #1FA48D;
}
.TagClassName
{
border-color: #1FA48D;
}
</style>