Shades of Niagara #199C89
Tints of Niagara #199C89
RGB
CMYK
RGB Variations
Color information
#199C89 (or 0x199C89) is known color: Niagara. HEX triplet: 19, 9C and 89. RGB value is (25,156,137). Sum of RGB (Red+Green+Blue) = 25+156+137=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #199C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C89 is #E66376. Grayscale: #727272. Windows color (decimal): -15098743 or 9018393. OLE color: 9018393.
HSL color Cylindrical-coordinate representation of color #199C89: hue angle of 171.3º 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 #199C89 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 137 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.39 |
| HSL | 171.3º | 0.72% | 0.35% | - |
| HSV(B) | 171.3º | 0.84% | 0.61% | - |
| XYZ | 16.8 | 25.79 | 27.76 | - |
| YUV | 114.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 137 | 0.84 | 0 | 0.12 | 0.39 | 171.3 | 0.72 | 0.35 |
| Hex | 19 | 9C | 89 | 54 | 0 | C | 27 | AB | 48 | 23 |
| Octal | 31 | 234 | 211 | 124 | 0 | 14 | 47 | 253 | 110 | 43 |
| Binary | 11001 | 10011100 | 10001001 | 1010100 | 0 | 1100 | 100111 | 10101011 | 1001000 | 100011 |
Color Harmonies of #199C89
Complementary color
Monochromatic Colors of #199C89
Black with #199C89
Text Example
Text Example
White with #199C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C89; }
p { color: rgb(25,156,137); }
H1.HeaderClassName
{
color: #199C89;
}
.AnyTagClassName
{
color: #199C89;
}
</style>
background-color css
<style>
a { background-color: #199C89; }
a { background-color: rgb(25,156,137); }
div.DivClassName
{
background-color: #199C89;
}
.BgClassName
{
background-color: #199C89;
}
</style>
border-color css
<style>
span { border-color: #199C89; }
span { border-color: rgb(25,156,137); }
td.TdClassName
{
border-color: #199C89;
}
.TagClassName
{
border-color: #199C89;
}
</style>