Shades of Niagara #1F9C83
Tints of Niagara #1F9C83
RGB
CMYK
RGB Variations
Color information
#1F9C83 (or 0x1F9C83) is known color: Niagara. HEX triplet: 1F, 9C and 83. RGB value is (31,156,131). Sum of RGB (Red+Green+Blue) = 31+156+131=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C83 is #E0637C. Grayscale: #737373. Windows color (decimal): -14705533 or 8625183. OLE color: 8625183.
HSL color Cylindrical-coordinate representation of color #1F9C83: hue angle of 168º 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 #1F9C83 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 131 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.39 |
| HSL | 168º | 0.67% | 0.37% | - |
| HSV(B) | 168º | 0.8% | 0.61% | - |
| XYZ | 16.55 | 25.71 | 25.56 | - |
| YUV | 115.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 131 | 0.80 | 0 | 0.16 | 0.39 | 168 | 0.67 | 0.37 |
| Hex | 1F | 9C | 83 | 50 | 0 | 10 | 27 | A8 | 43 | 25 |
| Octal | 37 | 234 | 203 | 120 | 0 | 20 | 47 | 250 | 103 | 45 |
| Binary | 11111 | 10011100 | 10000011 | 1010000 | 0 | 10000 | 100111 | 10101000 | 1000011 | 100101 |
Color Harmonies of #1F9C83
Complementary color
Monochromatic Colors of #1F9C83
Black with #1F9C83
Text Example
Text Example
White with #1F9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C83; }
p { color: rgb(31,156,131); }
H1.HeaderClassName
{
color: #1F9C83;
}
.AnyTagClassName
{
color: #1F9C83;
}
</style>
background-color css
<style>
a { background-color: #1F9C83; }
a { background-color: rgb(31,156,131); }
div.DivClassName
{
background-color: #1F9C83;
}
.BgClassName
{
background-color: #1F9C83;
}
</style>
border-color css
<style>
span { border-color: #1F9C83; }
span { border-color: rgb(31,156,131); }
td.TdClassName
{
border-color: #1F9C83;
}
.TagClassName
{
border-color: #1F9C83;
}
</style>