Shades of Niagara #199D83
Tints of Niagara #199D83
RGB
CMYK
RGB Variations
Color information
#199D83 (or 0x199D83) is known color: Niagara. HEX triplet: 19, 9D and 83. RGB value is (25,157,131). Sum of RGB (Red+Green+Blue) = 25+157+131=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #199D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D83 is #E6627C. Grayscale: #727272. Windows color (decimal): -15098493 or 8625433. OLE color: 8625433.
HSL color Cylindrical-coordinate representation of color #199D83: hue angle of 168.18º 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 #199D83 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 131 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.38 |
| HSL | 168.18º | 0.73% | 0.36% | - |
| HSV(B) | 168.18º | 0.84% | 0.62% | - |
| XYZ | 16.55 | 25.96 | 25.61 | - |
| YUV | 114.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 131 | 0.84 | 0 | 0.17 | 0.38 | 168.18 | 0.73 | 0.36 |
| Hex | 19 | 9D | 83 | 54 | 0 | 11 | 26 | A8 | 49 | 24 |
| Octal | 31 | 235 | 203 | 124 | 0 | 21 | 46 | 250 | 111 | 44 |
| Binary | 11001 | 10011101 | 10000011 | 1010100 | 0 | 10001 | 100110 | 10101000 | 1001001 | 100100 |
Color Harmonies of #199D83
Complementary color
Monochromatic Colors of #199D83
Black with #199D83
Text Example
Text Example
White with #199D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D83; }
p { color: rgb(25,157,131); }
H1.HeaderClassName
{
color: #199D83;
}
.AnyTagClassName
{
color: #199D83;
}
</style>
background-color css
<style>
a { background-color: #199D83; }
a { background-color: rgb(25,157,131); }
div.DivClassName
{
background-color: #199D83;
}
.BgClassName
{
background-color: #199D83;
}
</style>
border-color css
<style>
span { border-color: #199D83; }
span { border-color: rgb(25,157,131); }
td.TdClassName
{
border-color: #199D83;
}
.TagClassName
{
border-color: #199D83;
}
</style>