Shades of Niagara #19A388
Tints of Niagara #19A388
RGB
CMYK
RGB Variations
Color information
#19A388 (or 0x19A388) is known color: Niagara. HEX triplet: 19, A3 and 88. RGB value is (25,163,136). Sum of RGB (Red+Green+Blue) = 25+163+136=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #19A388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A388 is #E65C77. Grayscale: #767676. Windows color (decimal): -15096952 or 8954649. OLE color: 8954649.
HSL color Cylindrical-coordinate representation of color #19A388: hue angle of 168.26º 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 #19A388 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 163 | 136 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.36 |
| HSL | 168.26º | 0.73% | 0.37% | - |
| HSV(B) | 168.26º | 0.85% | 0.64% | - |
| XYZ | 17.94 | 28.18 | 27.79 | - |
| YUV | 118.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 136 | 0.85 | 0 | 0.17 | 0.36 | 168.26 | 0.73 | 0.37 |
| Hex | 19 | A3 | 88 | 55 | 0 | 11 | 24 | A8 | 49 | 25 |
| Octal | 31 | 243 | 210 | 125 | 0 | 21 | 44 | 250 | 111 | 45 |
| Binary | 11001 | 10100011 | 10001000 | 1010101 | 0 | 10001 | 100100 | 10101000 | 1001001 | 100101 |
Color Harmonies of #19A388
Complementary color
Monochromatic Colors of #19A388
Black with #19A388
Text Example
Text Example
White with #19A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A388; }
p { color: rgb(25,163,136); }
H1.HeaderClassName
{
color: #19A388;
}
.AnyTagClassName
{
color: #19A388;
}
</style>
background-color css
<style>
a { background-color: #19A388; }
a { background-color: rgb(25,163,136); }
div.DivClassName
{
background-color: #19A388;
}
.BgClassName
{
background-color: #19A388;
}
</style>
border-color css
<style>
span { border-color: #19A388; }
span { border-color: rgb(25,163,136); }
td.TdClassName
{
border-color: #19A388;
}
.TagClassName
{
border-color: #19A388;
}
</style>