Shades of Niagara #19A28F
Tints of Niagara #19A28F
RGB
CMYK
RGB Variations
Color information
#19A28F (or 0x19A28F) is known color: Niagara. HEX triplet: 19, A2 and 8F. RGB value is (25,162,143). Sum of RGB (Red+Green+Blue) = 25+162+143=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #19A28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A28F is #E65D70. Grayscale: #767676. Windows color (decimal): -15097201 or 9413145. OLE color: 9413145.
HSL color Cylindrical-coordinate representation of color #19A28F: hue angle of 171.68º 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 #19A28F is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 143 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.36 |
| HSL | 171.68º | 0.73% | 0.37% | - |
| HSV(B) | 171.68º | 0.85% | 0.64% | - |
| XYZ | 18.28 | 28.03 | 30.43 | - |
| YUV | 118.87 | 141.61 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 143 | 0.85 | 0 | 0.12 | 0.36 | 171.68 | 0.73 | 0.37 |
| Hex | 19 | A2 | 8F | 55 | 0 | C | 24 | AC | 49 | 25 |
| Octal | 31 | 242 | 217 | 125 | 0 | 14 | 44 | 254 | 111 | 45 |
| Binary | 11001 | 10100010 | 10001111 | 1010101 | 0 | 1100 | 100100 | 10101100 | 1001001 | 100101 |
Color Harmonies of #19A28F
Complementary color
Monochromatic Colors of #19A28F
Black with #19A28F
Text Example
Text Example
White with #19A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A28F; }
p { color: rgb(25,162,143); }
H1.HeaderClassName
{
color: #19A28F;
}
.AnyTagClassName
{
color: #19A28F;
}
</style>
background-color css
<style>
a { background-color: #19A28F; }
a { background-color: rgb(25,162,143); }
div.DivClassName
{
background-color: #19A28F;
}
.BgClassName
{
background-color: #19A28F;
}
</style>
border-color css
<style>
span { border-color: #19A28F; }
span { border-color: rgb(25,162,143); }
td.TdClassName
{
border-color: #19A28F;
}
.TagClassName
{
border-color: #19A28F;
}
</style>