Shades of Niagara #19A795
Tints of Niagara #19A795
RGB
CMYK
RGB Variations
Color information
#19A795 (or 0x19A795) is known color: Niagara. HEX triplet: 19, A7 and 95. RGB value is (25,167,149). Sum of RGB (Red+Green+Blue) = 25+167+149=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #19A795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A795 is #E6586A. Grayscale: #7A7A7A. Windows color (decimal): -15095915 or 9807641. OLE color: 9807641.
HSL color Cylindrical-coordinate representation of color #19A795: hue angle of 172.39º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A795 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 149 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.35 |
| HSL | 172.39º | 0.74% | 0.38% | - |
| HSV(B) | 172.39º | 0.85% | 0.65% | - |
| XYZ | 19.64 | 30.01 | 33.19 | - |
| YUV | 122.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 149 | 0.85 | 0 | 0.11 | 0.35 | 172.39 | 0.74 | 0.38 |
| Hex | 19 | A7 | 95 | 55 | 0 | B | 23 | AC | 4A | 26 |
| Octal | 31 | 247 | 225 | 125 | 0 | 13 | 43 | 254 | 112 | 46 |
| Binary | 11001 | 10100111 | 10010101 | 1010101 | 0 | 1011 | 100011 | 10101100 | 1001010 | 100110 |
Color Harmonies of #19A795
Complementary color
Monochromatic Colors of #19A795
Black with #19A795
Text Example
Text Example
White with #19A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A795; }
p { color: rgb(25,167,149); }
H1.HeaderClassName
{
color: #19A795;
}
.AnyTagClassName
{
color: #19A795;
}
</style>
background-color css
<style>
a { background-color: #19A795; }
a { background-color: rgb(25,167,149); }
div.DivClassName
{
background-color: #19A795;
}
.BgClassName
{
background-color: #19A795;
}
</style>
border-color css
<style>
span { border-color: #19A795; }
span { border-color: rgb(25,167,149); }
td.TdClassName
{
border-color: #19A795;
}
.TagClassName
{
border-color: #19A795;
}
</style>