Shades of Niagara #199C84
Tints of Niagara #199C84
RGB
CMYK
RGB Variations
Color information
#199C84 (or 0x199C84) is known color: Niagara. HEX triplet: 19, 9C and 84. RGB value is (25,156,132). Sum of RGB (Red+Green+Blue) = 25+156+132=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #199C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C84 is #E6637B. Grayscale: #727272. Windows color (decimal): -15098748 or 8690713. OLE color: 8690713.
HSL color Cylindrical-coordinate representation of color #199C84: hue angle of 169.01º 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 #199C84 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 132 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.39 |
| HSL | 169.01º | 0.72% | 0.35% | - |
| HSV(B) | 169.01º | 0.84% | 0.61% | - |
| XYZ | 16.45 | 25.65 | 25.91 | - |
| YUV | 114.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 132 | 0.84 | 0 | 0.15 | 0.39 | 169.01 | 0.72 | 0.35 |
| Hex | 19 | 9C | 84 | 54 | 0 | F | 27 | A9 | 48 | 23 |
| Octal | 31 | 234 | 204 | 124 | 0 | 17 | 47 | 251 | 110 | 43 |
| Binary | 11001 | 10011100 | 10000100 | 1010100 | 0 | 1111 | 100111 | 10101001 | 1001000 | 100011 |
Color Harmonies of #199C84
Complementary color
Monochromatic Colors of #199C84
Black with #199C84
Text Example
Text Example
White with #199C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C84; }
p { color: rgb(25,156,132); }
H1.HeaderClassName
{
color: #199C84;
}
.AnyTagClassName
{
color: #199C84;
}
</style>
background-color css
<style>
a { background-color: #199C84; }
a { background-color: rgb(25,156,132); }
div.DivClassName
{
background-color: #199C84;
}
.BgClassName
{
background-color: #199C84;
}
</style>
border-color css
<style>
span { border-color: #199C84; }
span { border-color: rgb(25,156,132); }
td.TdClassName
{
border-color: #199C84;
}
.TagClassName
{
border-color: #199C84;
}
</style>