Shades of Niagara #199D86
Tints of Niagara #199D86
RGB
CMYK
RGB Variations
Color information
#199D86 (or 0x199D86) is known color: Niagara. HEX triplet: 19, 9D and 86. RGB value is (25,157,134). Sum of RGB (Red+Green+Blue) = 25+157+134=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #199D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D86 is #E66279. Grayscale: #727272. Windows color (decimal): -15098490 or 8822041. OLE color: 8822041.
HSL color Cylindrical-coordinate representation of color #199D86: hue angle of 169.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D86 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 134 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.38 |
| HSL | 169.55º | 0.73% | 0.36% | - |
| HSV(B) | 169.55º | 0.84% | 0.62% | - |
| XYZ | 16.76 | 26.04 | 26.7 | - |
| YUV | 114.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 134 | 0.84 | 0 | 0.15 | 0.38 | 169.55 | 0.73 | 0.36 |
| Hex | 19 | 9D | 86 | 54 | 0 | F | 26 | AA | 49 | 24 |
| Octal | 31 | 235 | 206 | 124 | 0 | 17 | 46 | 252 | 111 | 44 |
| Binary | 11001 | 10011101 | 10000110 | 1010100 | 0 | 1111 | 100110 | 10101010 | 1001001 | 100100 |
Color Harmonies of #199D86
Complementary color
Monochromatic Colors of #199D86
Black with #199D86
Text Example
Text Example
White with #199D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D86; }
p { color: rgb(25,157,134); }
H1.HeaderClassName
{
color: #199D86;
}
.AnyTagClassName
{
color: #199D86;
}
</style>
background-color css
<style>
a { background-color: #199D86; }
a { background-color: rgb(25,157,134); }
div.DivClassName
{
background-color: #199D86;
}
.BgClassName
{
background-color: #199D86;
}
</style>
border-color css
<style>
span { border-color: #199D86; }
span { border-color: rgb(25,157,134); }
td.TdClassName
{
border-color: #199D86;
}
.TagClassName
{
border-color: #199D86;
}
</style>