Shades of Niagara #19A286
Tints of Niagara #19A286
RGB
CMYK
RGB Variations
Color information
#19A286 (or 0x19A286) is known color: Niagara. HEX triplet: 19, A2 and 86. RGB value is (25,162,134). Sum of RGB (Red+Green+Blue) = 25+162+134=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #19A286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A286 is #E65D79. Grayscale: #757575. Windows color (decimal): -15097210 or 8823321. OLE color: 8823321.
HSL color Cylindrical-coordinate representation of color #19A286: hue angle of 167.74º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A286 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 134 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.36 |
| HSL | 167.74º | 0.73% | 0.37% | - |
| HSV(B) | 167.74º | 0.85% | 0.64% | - |
| XYZ | 17.62 | 27.77 | 26.99 | - |
| YUV | 117.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 134 | 0.85 | 0 | 0.17 | 0.36 | 167.74 | 0.73 | 0.37 |
| Hex | 19 | A2 | 86 | 55 | 0 | 11 | 24 | A8 | 49 | 25 |
| Octal | 31 | 242 | 206 | 125 | 0 | 21 | 44 | 250 | 111 | 45 |
| Binary | 11001 | 10100010 | 10000110 | 1010101 | 0 | 10001 | 100100 | 10101000 | 1001001 | 100101 |
Color Harmonies of #19A286
Complementary color
Monochromatic Colors of #19A286
Black with #19A286
Text Example
Text Example
White with #19A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A286; }
p { color: rgb(25,162,134); }
H1.HeaderClassName
{
color: #19A286;
}
.AnyTagClassName
{
color: #19A286;
}
</style>
background-color css
<style>
a { background-color: #19A286; }
a { background-color: rgb(25,162,134); }
div.DivClassName
{
background-color: #19A286;
}
.BgClassName
{
background-color: #19A286;
}
</style>
border-color css
<style>
span { border-color: #19A286; }
span { border-color: rgb(25,162,134); }
td.TdClassName
{
border-color: #19A286;
}
.TagClassName
{
border-color: #19A286;
}
</style>