Shades of Niagara #199A85
Tints of Niagara #199A85
RGB
CMYK
RGB Variations
Color information
#199A85 (or 0x199A85) is known color: Niagara. HEX triplet: 19, 9A and 85. RGB value is (25,154,133). Sum of RGB (Red+Green+Blue) = 25+154+133=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #199A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A85 is #E6657A. Grayscale: #707070. Windows color (decimal): -15099259 or 8755737. OLE color: 8755737.
HSL color Cylindrical-coordinate representation of color #199A85: hue angle of 170.23º 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 #199A85 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 133 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.40 |
| HSL | 170.23º | 0.72% | 0.35% | - |
| HSV(B) | 170.23º | 0.84% | 0.6% | - |
| XYZ | 16.19 | 25.01 | 26.16 | - |
| YUV | 113.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 133 | 0.84 | 0 | 0.14 | 0.40 | 170.23 | 0.72 | 0.35 |
| Hex | 19 | 9A | 85 | 54 | 0 | E | 28 | AA | 48 | 23 |
| Octal | 31 | 232 | 205 | 124 | 0 | 16 | 50 | 252 | 110 | 43 |
| Binary | 11001 | 10011010 | 10000101 | 1010100 | 0 | 1110 | 101000 | 10101010 | 1001000 | 100011 |
Color Harmonies of #199A85
Complementary color
Monochromatic Colors of #199A85
Black with #199A85
Text Example
Text Example
White with #199A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A85; }
p { color: rgb(25,154,133); }
H1.HeaderClassName
{
color: #199A85;
}
.AnyTagClassName
{
color: #199A85;
}
</style>
background-color css
<style>
a { background-color: #199A85; }
a { background-color: rgb(25,154,133); }
div.DivClassName
{
background-color: #199A85;
}
.BgClassName
{
background-color: #199A85;
}
</style>
border-color css
<style>
span { border-color: #199A85; }
span { border-color: rgb(25,154,133); }
td.TdClassName
{
border-color: #199A85;
}
.TagClassName
{
border-color: #199A85;
}
</style>