Shades of Niagara #19A28B
Tints of Niagara #19A28B
RGB
CMYK
RGB Variations
Color information
#19A28B (or 0x19A28B) is known color: Niagara. HEX triplet: 19, A2 and 8B. RGB value is (25,162,139). Sum of RGB (Red+Green+Blue) = 25+162+139=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #19A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A28B is #E65D74. Grayscale: #767676. Windows color (decimal): -15097205 or 9151001. OLE color: 9151001.
HSL color Cylindrical-coordinate representation of color #19A28B: hue angle of 169.93º 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 #19A28B is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 139 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.36 |
| HSL | 169.93º | 0.73% | 0.37% | - |
| HSV(B) | 169.93º | 0.85% | 0.64% | - |
| XYZ | 17.98 | 27.91 | 28.87 | - |
| YUV | 118.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 139 | 0.85 | 0 | 0.14 | 0.36 | 169.93 | 0.73 | 0.37 |
| Hex | 19 | A2 | 8B | 55 | 0 | E | 24 | AA | 49 | 25 |
| Octal | 31 | 242 | 213 | 125 | 0 | 16 | 44 | 252 | 111 | 45 |
| Binary | 11001 | 10100010 | 10001011 | 1010101 | 0 | 1110 | 100100 | 10101010 | 1001001 | 100101 |
Color Harmonies of #19A28B
Complementary color
Monochromatic Colors of #19A28B
Black with #19A28B
Text Example
Text Example
White with #19A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A28B; }
p { color: rgb(25,162,139); }
H1.HeaderClassName
{
color: #19A28B;
}
.AnyTagClassName
{
color: #19A28B;
}
</style>
background-color css
<style>
a { background-color: #19A28B; }
a { background-color: rgb(25,162,139); }
div.DivClassName
{
background-color: #19A28B;
}
.BgClassName
{
background-color: #19A28B;
}
</style>
border-color css
<style>
span { border-color: #19A28B; }
span { border-color: rgb(25,162,139); }
td.TdClassName
{
border-color: #19A28B;
}
.TagClassName
{
border-color: #19A28B;
}
</style>