Shades of Niagara #1F9C89
Tints of Niagara #1F9C89
RGB
CMYK
RGB Variations
Color information
#1F9C89 (or 0x1F9C89) is known color: Niagara. HEX triplet: 1F, 9C and 89. RGB value is (31,156,137). Sum of RGB (Red+Green+Blue) = 31+156+137=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C89 is #E06376. Grayscale: #747474. Windows color (decimal): -14705527 or 9018399. OLE color: 9018399.
HSL color Cylindrical-coordinate representation of color #1F9C89: hue angle of 170.88º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C89 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 137 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.39 |
| HSL | 170.88º | 0.67% | 0.37% | - |
| HSV(B) | 170.88º | 0.8% | 0.61% | - |
| XYZ | 16.97 | 25.87 | 27.77 | - |
| YUV | 116.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 137 | 0.80 | 0 | 0.12 | 0.39 | 170.88 | 0.67 | 0.37 |
| Hex | 1F | 9C | 89 | 50 | 0 | C | 27 | AB | 43 | 25 |
| Octal | 37 | 234 | 211 | 120 | 0 | 14 | 47 | 253 | 103 | 45 |
| Binary | 11111 | 10011100 | 10001001 | 1010000 | 0 | 1100 | 100111 | 10101011 | 1000011 | 100101 |
Color Harmonies of #1F9C89
Complementary color
Monochromatic Colors of #1F9C89
Black with #1F9C89
Text Example
Text Example
White with #1F9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C89; }
p { color: rgb(31,156,137); }
H1.HeaderClassName
{
color: #1F9C89;
}
.AnyTagClassName
{
color: #1F9C89;
}
</style>
background-color css
<style>
a { background-color: #1F9C89; }
a { background-color: rgb(31,156,137); }
div.DivClassName
{
background-color: #1F9C89;
}
.BgClassName
{
background-color: #1F9C89;
}
</style>
border-color css
<style>
span { border-color: #1F9C89; }
span { border-color: rgb(31,156,137); }
td.TdClassName
{
border-color: #1F9C89;
}
.TagClassName
{
border-color: #1F9C89;
}
</style>