Shades of Niagara #1F9E85
Tints of Niagara #1F9E85
RGB
CMYK
RGB Variations
Color information
#1F9E85 (or 0x1F9E85) is known color: Niagara. HEX triplet: 1F, 9E and 85. RGB value is (31,158,133). Sum of RGB (Red+Green+Blue) = 31+158+133=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9E85 is #E0617A. Grayscale: #757575. Windows color (decimal): -14705019 or 8756767. OLE color: 8756767.
HSL color Cylindrical-coordinate representation of color #1F9E85: hue angle of 168.19º 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 #1F9E85 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 158 | 133 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.38 |
| HSL | 168.19º | 0.67% | 0.37% | - |
| HSV(B) | 168.19º | 0.8% | 0.62% | - |
| XYZ | 17.03 | 26.44 | 26.4 | - |
| YUV | 117.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 133 | 0.80 | 0 | 0.16 | 0.38 | 168.19 | 0.67 | 0.37 |
| Hex | 1F | 9E | 85 | 50 | 0 | 10 | 26 | A8 | 43 | 25 |
| Octal | 37 | 236 | 205 | 120 | 0 | 20 | 46 | 250 | 103 | 45 |
| Binary | 11111 | 10011110 | 10000101 | 1010000 | 0 | 10000 | 100110 | 10101000 | 1000011 | 100101 |
Color Harmonies of #1F9E85
Complementary color
Monochromatic Colors of #1F9E85
Black with #1F9E85
Text Example
Text Example
White with #1F9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9E85; }
p { color: rgb(31,158,133); }
H1.HeaderClassName
{
color: #1F9E85;
}
.AnyTagClassName
{
color: #1F9E85;
}
</style>
background-color css
<style>
a { background-color: #1F9E85; }
a { background-color: rgb(31,158,133); }
div.DivClassName
{
background-color: #1F9E85;
}
.BgClassName
{
background-color: #1F9E85;
}
</style>
border-color css
<style>
span { border-color: #1F9E85; }
span { border-color: rgb(31,158,133); }
td.TdClassName
{
border-color: #1F9E85;
}
.TagClassName
{
border-color: #1F9E85;
}
</style>