Shades of Niagara #199B85
Tints of Niagara #199B85
RGB
CMYK
RGB Variations
Color information
#199B85 (or 0x199B85) is known color: Niagara. HEX triplet: 19, 9B and 85. RGB value is (25,155,133). Sum of RGB (Red+Green+Blue) = 25+155+133=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #199B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B85 is #E6647A. Grayscale: #717171. Windows color (decimal): -15099003 or 8755993. OLE color: 8755993.
HSL color Cylindrical-coordinate representation of color #199B85: hue angle of 169.85º 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 #199B85 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 133 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.39 |
| HSL | 169.85º | 0.72% | 0.35% | - |
| HSV(B) | 169.85º | 0.84% | 0.61% | - |
| XYZ | 16.36 | 25.34 | 26.22 | - |
| YUV | 113.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 133 | 0.84 | 0 | 0.14 | 0.39 | 169.85 | 0.72 | 0.35 |
| Hex | 19 | 9B | 85 | 54 | 0 | E | 27 | AA | 48 | 23 |
| Octal | 31 | 233 | 205 | 124 | 0 | 16 | 47 | 252 | 110 | 43 |
| Binary | 11001 | 10011011 | 10000101 | 1010100 | 0 | 1110 | 100111 | 10101010 | 1001000 | 100011 |
Color Harmonies of #199B85
Complementary color
Monochromatic Colors of #199B85
Black with #199B85
Text Example
Text Example
White with #199B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B85; }
p { color: rgb(25,155,133); }
H1.HeaderClassName
{
color: #199B85;
}
.AnyTagClassName
{
color: #199B85;
}
</style>
background-color css
<style>
a { background-color: #199B85; }
a { background-color: rgb(25,155,133); }
div.DivClassName
{
background-color: #199B85;
}
.BgClassName
{
background-color: #199B85;
}
</style>
border-color css
<style>
span { border-color: #199B85; }
span { border-color: rgb(25,155,133); }
td.TdClassName
{
border-color: #199B85;
}
.TagClassName
{
border-color: #199B85;
}
</style>