Shades of Niagara #19A084
Tints of Niagara #19A084
RGB
CMYK
RGB Variations
Color information
#19A084 (or 0x19A084) is known color: Niagara. HEX triplet: 19, A0 and 84. RGB value is (25,160,132). Sum of RGB (Red+Green+Blue) = 25+160+132=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #19A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A084 is #E65F7B. Grayscale: #747474. Windows color (decimal): -15097724 or 8691737. OLE color: 8691737.
HSL color Cylindrical-coordinate representation of color #19A084: hue angle of 167.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A084 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 132 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.37 |
| HSL | 167.56º | 0.73% | 0.36% | - |
| HSV(B) | 167.56º | 0.84% | 0.63% | - |
| XYZ | 17.14 | 27.01 | 26.14 | - |
| YUV | 116.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 132 | 0.84 | 0 | 0.17 | 0.37 | 167.56 | 0.73 | 0.36 |
| Hex | 19 | A0 | 84 | 54 | 0 | 11 | 25 | A8 | 49 | 24 |
| Octal | 31 | 240 | 204 | 124 | 0 | 21 | 45 | 250 | 111 | 44 |
| Binary | 11001 | 10100000 | 10000100 | 1010100 | 0 | 10001 | 100101 | 10101000 | 1001001 | 100100 |
Color Harmonies of #19A084
Complementary color
Monochromatic Colors of #19A084
Black with #19A084
Text Example
Text Example
White with #19A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A084; }
p { color: rgb(25,160,132); }
H1.HeaderClassName
{
color: #19A084;
}
.AnyTagClassName
{
color: #19A084;
}
</style>
background-color css
<style>
a { background-color: #19A084; }
a { background-color: rgb(25,160,132); }
div.DivClassName
{
background-color: #19A084;
}
.BgClassName
{
background-color: #19A084;
}
</style>
border-color css
<style>
span { border-color: #19A084; }
span { border-color: rgb(25,160,132); }
td.TdClassName
{
border-color: #19A084;
}
.TagClassName
{
border-color: #19A084;
}
</style>