Shades of Niagara #199F89
Tints of Niagara #199F89
RGB
CMYK
RGB Variations
Color information
#199F89 (or 0x199F89) is known color: Niagara. HEX triplet: 19, 9F and 89. RGB value is (25,159,137). Sum of RGB (Red+Green+Blue) = 25+159+137=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #199F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F89 is #E66076. Grayscale: #747474. Windows color (decimal): -15097975 or 9019161. OLE color: 9019161.
HSL color Cylindrical-coordinate representation of color #199F89: hue angle of 170.15º 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 #199F89 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 137 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.38 |
| HSL | 170.15º | 0.73% | 0.36% | - |
| HSV(B) | 170.15º | 0.84% | 0.62% | - |
| XYZ | 17.31 | 26.81 | 27.93 | - |
| YUV | 116.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 137 | 0.84 | 0 | 0.14 | 0.38 | 170.15 | 0.73 | 0.36 |
| Hex | 19 | 9F | 89 | 54 | 0 | E | 26 | AA | 49 | 24 |
| Octal | 31 | 237 | 211 | 124 | 0 | 16 | 46 | 252 | 111 | 44 |
| Binary | 11001 | 10011111 | 10001001 | 1010100 | 0 | 1110 | 100110 | 10101010 | 1001001 | 100100 |
Color Harmonies of #199F89
Complementary color
Monochromatic Colors of #199F89
Black with #199F89
Text Example
Text Example
White with #199F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F89; }
p { color: rgb(25,159,137); }
H1.HeaderClassName
{
color: #199F89;
}
.AnyTagClassName
{
color: #199F89;
}
</style>
background-color css
<style>
a { background-color: #199F89; }
a { background-color: rgb(25,159,137); }
div.DivClassName
{
background-color: #199F89;
}
.BgClassName
{
background-color: #199F89;
}
</style>
border-color css
<style>
span { border-color: #199F89; }
span { border-color: rgb(25,159,137); }
td.TdClassName
{
border-color: #199F89;
}
.TagClassName
{
border-color: #199F89;
}
</style>