Shades of Niagara #199C83
Tints of Niagara #199C83
RGB
CMYK
RGB Variations
Color information
#199C83 (or 0x199C83) is known color: Niagara. HEX triplet: 19, 9C and 83. RGB value is (25,156,131). Sum of RGB (Red+Green+Blue) = 25+156+131=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #199C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C83 is #E6637C. Grayscale: #717171. Windows color (decimal): -15098749 or 8625177. OLE color: 8625177.
HSL color Cylindrical-coordinate representation of color #199C83: hue angle of 168.55º 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 #199C83 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 131 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.39 |
| HSL | 168.55º | 0.72% | 0.35% | - |
| HSV(B) | 168.55º | 0.84% | 0.61% | - |
| XYZ | 16.39 | 25.62 | 25.55 | - |
| YUV | 113.98 | 137.6 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 131 | 0.84 | 0 | 0.16 | 0.39 | 168.55 | 0.72 | 0.35 |
| Hex | 19 | 9C | 83 | 54 | 0 | 10 | 27 | A9 | 48 | 23 |
| Octal | 31 | 234 | 203 | 124 | 0 | 20 | 47 | 251 | 110 | 43 |
| Binary | 11001 | 10011100 | 10000011 | 1010100 | 0 | 10000 | 100111 | 10101001 | 1001000 | 100011 |
Color Harmonies of #199C83
Complementary color
Monochromatic Colors of #199C83
Black with #199C83
Text Example
Text Example
White with #199C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C83; }
p { color: rgb(25,156,131); }
H1.HeaderClassName
{
color: #199C83;
}
.AnyTagClassName
{
color: #199C83;
}
</style>
background-color css
<style>
a { background-color: #199C83; }
a { background-color: rgb(25,156,131); }
div.DivClassName
{
background-color: #199C83;
}
.BgClassName
{
background-color: #199C83;
}
</style>
border-color css
<style>
span { border-color: #199C83; }
span { border-color: rgb(25,156,131); }
td.TdClassName
{
border-color: #199C83;
}
.TagClassName
{
border-color: #199C83;
}
</style>