Shades of Niagara #19A893
Tints of Niagara #19A893
RGB
CMYK
RGB Variations
Color information
#19A893 (or 0x19A893) is known color: Niagara. HEX triplet: 19, A8 and 93. RGB value is (25,168,147). Sum of RGB (Red+Green+Blue) = 25+168+147=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #19A893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A893 is #E6576C. Grayscale: #7A7A7A. Windows color (decimal): -15095661 or 9676825. OLE color: 9676825.
HSL color Cylindrical-coordinate representation of color #19A893: hue angle of 171.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A893 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 147 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.34 |
| HSL | 171.19º | 0.74% | 0.38% | - |
| HSV(B) | 171.19º | 0.85% | 0.66% | - |
| XYZ | 19.67 | 30.32 | 32.42 | - |
| YUV | 122.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 147 | 0.85 | 0 | 0.13 | 0.34 | 171.19 | 0.74 | 0.38 |
| Hex | 19 | A8 | 93 | 55 | 0 | D | 22 | AB | 4A | 26 |
| Octal | 31 | 250 | 223 | 125 | 0 | 15 | 42 | 253 | 112 | 46 |
| Binary | 11001 | 10101000 | 10010011 | 1010101 | 0 | 1101 | 100010 | 10101011 | 1001010 | 100110 |
Color Harmonies of #19A893
Complementary color
Monochromatic Colors of #19A893
Black with #19A893
Text Example
Text Example
White with #19A893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A893; }
p { color: rgb(25,168,147); }
H1.HeaderClassName
{
color: #19A893;
}
.AnyTagClassName
{
color: #19A893;
}
</style>
background-color css
<style>
a { background-color: #19A893; }
a { background-color: rgb(25,168,147); }
div.DivClassName
{
background-color: #19A893;
}
.BgClassName
{
background-color: #19A893;
}
</style>
border-color css
<style>
span { border-color: #19A893; }
span { border-color: rgb(25,168,147); }
td.TdClassName
{
border-color: #19A893;
}
.TagClassName
{
border-color: #19A893;
}
</style>