Shades of Niagara #1F9E83
Tints of Niagara #1F9E83
RGB
CMYK
RGB Variations
Color information
#1F9E83 (or 0x1F9E83) is known color: Niagara. HEX triplet: 1F, 9E and 83. RGB value is (31,158,131). Sum of RGB (Red+Green+Blue) = 31+158+131=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9E83 is #E0617C. Grayscale: #747474. Windows color (decimal): -14705021 or 8625695. OLE color: 8625695.
HSL color Cylindrical-coordinate representation of color #1F9E83: hue angle of 167.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E83 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 131 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.38 |
| HSL | 167.24º | 0.67% | 0.37% | - |
| HSV(B) | 167.24º | 0.8% | 0.62% | - |
| XYZ | 16.89 | 26.38 | 25.68 | - |
| YUV | 116.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 131 | 0.80 | 0 | 0.17 | 0.38 | 167.24 | 0.67 | 0.37 |
| Hex | 1F | 9E | 83 | 50 | 0 | 11 | 26 | A7 | 43 | 25 |
| Octal | 37 | 236 | 203 | 120 | 0 | 21 | 46 | 247 | 103 | 45 |
| Binary | 11111 | 10011110 | 10000011 | 1010000 | 0 | 10001 | 100110 | 10100111 | 1000011 | 100101 |
Color Harmonies of #1F9E83
Complementary color
Monochromatic Colors of #1F9E83
Black with #1F9E83
Text Example
Text Example
White with #1F9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E83; }
p { color: rgb(31,158,131); }
H1.HeaderClassName
{
color: #1F9E83;
}
.AnyTagClassName
{
color: #1F9E83;
}
</style>
background-color css
<style>
a { background-color: #1F9E83; }
a { background-color: rgb(31,158,131); }
div.DivClassName
{
background-color: #1F9E83;
}
.BgClassName
{
background-color: #1F9E83;
}
</style>
border-color css
<style>
span { border-color: #1F9E83; }
span { border-color: rgb(31,158,131); }
td.TdClassName
{
border-color: #1F9E83;
}
.TagClassName
{
border-color: #1F9E83;
}
</style>