Shades of Niagara #1FAD8D
Tints of Niagara #1FAD8D
RGB
CMYK
RGB Variations
Color information
#1FAD8D (or 0x1FAD8D) is known color: Niagara. HEX triplet: 1F, AD and 8D. RGB value is (31,173,141). Sum of RGB (Red+Green+Blue) = 31+173+141=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD8D is #E05272. Grayscale: #7E7E7E. Windows color (decimal): -14701171 or 9284895. OLE color: 9284895.
HSL color Cylindrical-coordinate representation of color #1FAD8D: hue angle of 166.48º 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 #1FAD8D is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 141 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.32 |
| HSL | 166.48º | 0.7% | 0.4% | - |
| HSV(B) | 166.48º | 0.82% | 0.68% | - |
| XYZ | 20.32 | 32.1 | 30.32 | - |
| YUV | 126.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 141 | 0.82 | 0 | 0.18 | 0.32 | 166.48 | 0.7 | 0.4 |
| Hex | 1F | AD | 8D | 52 | 0 | 12 | 20 | A6 | 46 | 28 |
| Octal | 37 | 255 | 215 | 122 | 0 | 22 | 40 | 246 | 106 | 50 |
| Binary | 11111 | 10101101 | 10001101 | 1010010 | 0 | 10010 | 100000 | 10100110 | 1000110 | 101000 |
Color Harmonies of #1FAD8D
Complementary color
Monochromatic Colors of #1FAD8D
Black with #1FAD8D
Text Example
Text Example
White with #1FAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD8D; }
p { color: rgb(31,173,141); }
H1.HeaderClassName
{
color: #1FAD8D;
}
.AnyTagClassName
{
color: #1FAD8D;
}
</style>
background-color css
<style>
a { background-color: #1FAD8D; }
a { background-color: rgb(31,173,141); }
div.DivClassName
{
background-color: #1FAD8D;
}
.BgClassName
{
background-color: #1FAD8D;
}
</style>
border-color css
<style>
span { border-color: #1FAD8D; }
span { border-color: rgb(31,173,141); }
td.TdClassName
{
border-color: #1FAD8D;
}
.TagClassName
{
border-color: #1FAD8D;
}
</style>