Shades of Niagara #199F8A
Tints of Niagara #199F8A
RGB
CMYK
RGB Variations
Color information
#199F8A (or 0x199F8A) is known color: Niagara. HEX triplet: 19, 9F and 8A. RGB value is (25,159,138). Sum of RGB (Red+Green+Blue) = 25+159+138=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #199F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F8A is #E66075. Grayscale: #747474. Windows color (decimal): -15097974 or 9084697. OLE color: 9084697.
HSL color Cylindrical-coordinate representation of color #199F8A: hue angle of 170.6º 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 #199F8A is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 138 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.38 |
| HSL | 170.6º | 0.73% | 0.36% | - |
| HSV(B) | 170.6º | 0.84% | 0.62% | - |
| XYZ | 17.39 | 26.84 | 28.31 | - |
| YUV | 116.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 138 | 0.84 | 0 | 0.13 | 0.38 | 170.6 | 0.73 | 0.36 |
| Hex | 19 | 9F | 8A | 54 | 0 | D | 26 | AB | 49 | 24 |
| Octal | 31 | 237 | 212 | 124 | 0 | 15 | 46 | 253 | 111 | 44 |
| Binary | 11001 | 10011111 | 10001010 | 1010100 | 0 | 1101 | 100110 | 10101011 | 1001001 | 100100 |
Color Harmonies of #199F8A
Complementary color
Monochromatic Colors of #199F8A
Black with #199F8A
Text Example
Text Example
White with #199F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F8A; }
p { color: rgb(25,159,138); }
H1.HeaderClassName
{
color: #199F8A;
}
.AnyTagClassName
{
color: #199F8A;
}
</style>
background-color css
<style>
a { background-color: #199F8A; }
a { background-color: rgb(25,159,138); }
div.DivClassName
{
background-color: #199F8A;
}
.BgClassName
{
background-color: #199F8A;
}
</style>
border-color css
<style>
span { border-color: #199F8A; }
span { border-color: rgb(25,159,138); }
td.TdClassName
{
border-color: #199F8A;
}
.TagClassName
{
border-color: #199F8A;
}
</style>