Shades of Niagara #199A80
Tints of Niagara #199A80
RGB
CMYK
RGB Variations
Color information
#199A80 (or 0x199A80) is known color: Niagara. HEX triplet: 19, 9A and 80. RGB value is (25,154,128). Sum of RGB (Red+Green+Blue) = 25+154+128=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #199A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A80 is #E6657F. Grayscale: #707070. Windows color (decimal): -15099264 or 8428057. OLE color: 8428057.
HSL color Cylindrical-coordinate representation of color #199A80: hue angle of 167.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199A80 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 128 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.40 |
| HSL | 167.91º | 0.72% | 0.35% | - |
| HSV(B) | 167.91º | 0.84% | 0.6% | - |
| XYZ | 15.85 | 24.88 | 24.39 | - |
| YUV | 112.47 | 136.76 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 128 | 0.84 | 0 | 0.17 | 0.40 | 167.91 | 0.72 | 0.35 |
| Hex | 19 | 9A | 80 | 54 | 0 | 11 | 28 | A8 | 48 | 23 |
| Octal | 31 | 232 | 200 | 124 | 0 | 21 | 50 | 250 | 110 | 43 |
| Binary | 11001 | 10011010 | 10000000 | 1010100 | 0 | 10001 | 101000 | 10101000 | 1001000 | 100011 |
Color Harmonies of #199A80
Complementary color
Monochromatic Colors of #199A80
Black with #199A80
Text Example
Text Example
White with #199A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A80; }
p { color: rgb(25,154,128); }
H1.HeaderClassName
{
color: #199A80;
}
.AnyTagClassName
{
color: #199A80;
}
</style>
background-color css
<style>
a { background-color: #199A80; }
a { background-color: rgb(25,154,128); }
div.DivClassName
{
background-color: #199A80;
}
.BgClassName
{
background-color: #199A80;
}
</style>
border-color css
<style>
span { border-color: #199A80; }
span { border-color: rgb(25,154,128); }
td.TdClassName
{
border-color: #199A80;
}
.TagClassName
{
border-color: #199A80;
}
</style>