Shades of Niagara #1F9F88
Tints of Niagara #1F9F88
RGB
CMYK
RGB Variations
Color information
#1F9F88 (or 0x1F9F88) is known color: Niagara. HEX triplet: 1F, 9F and 88. RGB value is (31,159,136). Sum of RGB (Red+Green+Blue) = 31+159+136=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9F88 is #E06077. Grayscale: #767676. Windows color (decimal): -14704760 or 8953631. OLE color: 8953631.
HSL color Cylindrical-coordinate representation of color #1F9F88: hue angle of 169.22º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F88 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 136 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.38 |
| HSL | 169.22º | 0.67% | 0.37% | - |
| HSV(B) | 169.22º | 0.81% | 0.62% | - |
| XYZ | 17.41 | 26.87 | 27.56 | - |
| YUV | 118.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 136 | 0.81 | 0 | 0.14 | 0.38 | 169.22 | 0.67 | 0.37 |
| Hex | 1F | 9F | 88 | 51 | 0 | E | 26 | A9 | 43 | 25 |
| Octal | 37 | 237 | 210 | 121 | 0 | 16 | 46 | 251 | 103 | 45 |
| Binary | 11111 | 10011111 | 10001000 | 1010001 | 0 | 1110 | 100110 | 10101001 | 1000011 | 100101 |
Color Harmonies of #1F9F88
Complementary color
Monochromatic Colors of #1F9F88
Black with #1F9F88
Text Example
Text Example
White with #1F9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F88; }
p { color: rgb(31,159,136); }
H1.HeaderClassName
{
color: #1F9F88;
}
.AnyTagClassName
{
color: #1F9F88;
}
</style>
background-color css
<style>
a { background-color: #1F9F88; }
a { background-color: rgb(31,159,136); }
div.DivClassName
{
background-color: #1F9F88;
}
.BgClassName
{
background-color: #1F9F88;
}
</style>
border-color css
<style>
span { border-color: #1F9F88; }
span { border-color: rgb(31,159,136); }
td.TdClassName
{
border-color: #1F9F88;
}
.TagClassName
{
border-color: #1F9F88;
}
</style>