Shades of Niagara #199E85
Tints of Niagara #199E85
RGB
CMYK
RGB Variations
Color information
#199E85 (or 0x199E85) is known color: Niagara. HEX triplet: 19, 9E and 85. RGB value is (25,158,133). Sum of RGB (Red+Green+Blue) = 25+158+133=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #199E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E85 is #E6617A. Grayscale: #737373. Windows color (decimal): -15098235 or 8756761. OLE color: 8756761.
HSL color Cylindrical-coordinate representation of color #199E85: hue angle of 168.72º 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 #199E85 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 158 | 133 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.38 |
| HSL | 168.72º | 0.73% | 0.36% | - |
| HSV(B) | 168.72º | 0.84% | 0.62% | - |
| XYZ | 16.86 | 26.35 | 26.39 | - |
| YUV | 115.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 133 | 0.84 | 0 | 0.16 | 0.38 | 168.72 | 0.73 | 0.36 |
| Hex | 19 | 9E | 85 | 54 | 0 | 10 | 26 | A9 | 49 | 24 |
| Octal | 31 | 236 | 205 | 124 | 0 | 20 | 46 | 251 | 111 | 44 |
| Binary | 11001 | 10011110 | 10000101 | 1010100 | 0 | 10000 | 100110 | 10101001 | 1001001 | 100100 |
Color Harmonies of #199E85
Complementary color
Monochromatic Colors of #199E85
Black with #199E85
Text Example
Text Example
White with #199E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199E85; }
p { color: rgb(25,158,133); }
H1.HeaderClassName
{
color: #199E85;
}
.AnyTagClassName
{
color: #199E85;
}
</style>
background-color css
<style>
a { background-color: #199E85; }
a { background-color: rgb(25,158,133); }
div.DivClassName
{
background-color: #199E85;
}
.BgClassName
{
background-color: #199E85;
}
</style>
border-color css
<style>
span { border-color: #199E85; }
span { border-color: rgb(25,158,133); }
td.TdClassName
{
border-color: #199E85;
}
.TagClassName
{
border-color: #199E85;
}
</style>