Shades of Niagara #19A28E
Tints of Niagara #19A28E
RGB
CMYK
RGB Variations
Color information
#19A28E (or 0x19A28E) is known color: Niagara. HEX triplet: 19, A2 and 8E. RGB value is (25,162,142). Sum of RGB (Red+Green+Blue) = 25+162+142=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #19A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A28E is #E65D71. Grayscale: #767676. Windows color (decimal): -15097202 or 9347609. OLE color: 9347609.
HSL color Cylindrical-coordinate representation of color #19A28E: hue angle of 171.24º 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 #19A28E is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 142 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.36 |
| HSL | 171.24º | 0.73% | 0.37% | - |
| HSV(B) | 171.24º | 0.85% | 0.64% | - |
| XYZ | 18.2 | 28 | 30.04 | - |
| YUV | 118.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 142 | 0.85 | 0 | 0.12 | 0.36 | 171.24 | 0.73 | 0.37 |
| Hex | 19 | A2 | 8E | 55 | 0 | C | 24 | AB | 49 | 25 |
| Octal | 31 | 242 | 216 | 125 | 0 | 14 | 44 | 253 | 111 | 45 |
| Binary | 11001 | 10100010 | 10001110 | 1010101 | 0 | 1100 | 100100 | 10101011 | 1001001 | 100101 |
Color Harmonies of #19A28E
Complementary color
Monochromatic Colors of #19A28E
Black with #19A28E
Text Example
Text Example
White with #19A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A28E; }
p { color: rgb(25,162,142); }
H1.HeaderClassName
{
color: #19A28E;
}
.AnyTagClassName
{
color: #19A28E;
}
</style>
background-color css
<style>
a { background-color: #19A28E; }
a { background-color: rgb(25,162,142); }
div.DivClassName
{
background-color: #19A28E;
}
.BgClassName
{
background-color: #19A28E;
}
</style>
border-color css
<style>
span { border-color: #19A28E; }
span { border-color: rgb(25,162,142); }
td.TdClassName
{
border-color: #19A28E;
}
.TagClassName
{
border-color: #19A28E;
}
</style>