Shades of Niagara #199981
Tints of Niagara #199981
RGB
CMYK
RGB Variations
Color information
#199981 (or 0x199981) is known color: Niagara. HEX triplet: 19, 99 and 81. RGB value is (25,153,129). Sum of RGB (Red+Green+Blue) = 25+153+129=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #199981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199981 is #E6667E. Grayscale: #6F6F6F. Windows color (decimal): -15099519 or 8493337. OLE color: 8493337.
HSL color Cylindrical-coordinate representation of color #199981: hue angle of 168.75º 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 #199981 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 129 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.4 |
| HSL | 168.75º | 0.72% | 0.35% | - |
| HSV(B) | 168.75º | 0.84% | 0.6% | - |
| XYZ | 15.75 | 24.57 | 24.68 | - |
| YUV | 111.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 129 | 0.84 | 0 | 0.16 | 0.4 | 168.75 | 0.72 | 0.35 |
| Hex | 19 | 99 | 81 | 54 | 0 | 10 | 28 | A9 | 48 | 23 |
| Octal | 31 | 231 | 201 | 124 | 0 | 20 | 50 | 251 | 110 | 43 |
| Binary | 11001 | 10011001 | 10000001 | 1010100 | 0 | 10000 | 101000 | 10101001 | 1001000 | 100011 |
Color Harmonies of #199981
Complementary color
Monochromatic Colors of #199981
Black with #199981
Text Example
Text Example
White with #199981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199981; }
p { color: rgb(25,153,129); }
H1.HeaderClassName
{
color: #199981;
}
.AnyTagClassName
{
color: #199981;
}
</style>
background-color css
<style>
a { background-color: #199981; }
a { background-color: rgb(25,153,129); }
div.DivClassName
{
background-color: #199981;
}
.BgClassName
{
background-color: #199981;
}
</style>
border-color css
<style>
span { border-color: #199981; }
span { border-color: rgb(25,153,129); }
td.TdClassName
{
border-color: #199981;
}
.TagClassName
{
border-color: #199981;
}
</style>