Shades of Niagara #199C86
Tints of Niagara #199C86
RGB
CMYK
RGB Variations
Color information
#199C86 (or 0x199C86) is known color: Niagara. HEX triplet: 19, 9C and 86. RGB value is (25,156,134). Sum of RGB (Red+Green+Blue) = 25+156+134=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #199C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C86 is #E66379. Grayscale: #727272. Windows color (decimal): -15098746 or 8821785. OLE color: 8821785.
HSL color Cylindrical-coordinate representation of color #199C86: hue angle of 169.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C86 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 134 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.39 |
| HSL | 169.92º | 0.72% | 0.35% | - |
| HSV(B) | 169.92º | 0.84% | 0.61% | - |
| XYZ | 16.59 | 25.7 | 26.64 | - |
| YUV | 114.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 134 | 0.84 | 0 | 0.14 | 0.39 | 169.92 | 0.72 | 0.35 |
| Hex | 19 | 9C | 86 | 54 | 0 | E | 27 | AA | 48 | 23 |
| Octal | 31 | 234 | 206 | 124 | 0 | 16 | 47 | 252 | 110 | 43 |
| Binary | 11001 | 10011100 | 10000110 | 1010100 | 0 | 1110 | 100111 | 10101010 | 1001000 | 100011 |
Color Harmonies of #199C86
Complementary color
Monochromatic Colors of #199C86
Black with #199C86
Text Example
Text Example
White with #199C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C86; }
p { color: rgb(25,156,134); }
H1.HeaderClassName
{
color: #199C86;
}
.AnyTagClassName
{
color: #199C86;
}
</style>
background-color css
<style>
a { background-color: #199C86; }
a { background-color: rgb(25,156,134); }
div.DivClassName
{
background-color: #199C86;
}
.BgClassName
{
background-color: #199C86;
}
</style>
border-color css
<style>
span { border-color: #199C86; }
span { border-color: rgb(25,156,134); }
td.TdClassName
{
border-color: #199C86;
}
.TagClassName
{
border-color: #199C86;
}
</style>