Shades of Niagara #19A993
Tints of Niagara #19A993
RGB
CMYK
RGB Variations
Color information
#19A993 (or 0x19A993) is known color: Niagara. HEX triplet: 19, A9 and 93. RGB value is (25,169,147). Sum of RGB (Red+Green+Blue) = 25+169+147=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #19A993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A993 is #E6566C. Grayscale: #7B7B7B. Windows color (decimal): -15095405 or 9677081. OLE color: 9677081.
HSL color Cylindrical-coordinate representation of color #19A993: hue angle of 170.83º 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 #19A993 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 147 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.34 |
| HSL | 170.83º | 0.74% | 0.38% | - |
| HSV(B) | 170.83º | 0.85% | 0.66% | - |
| XYZ | 19.86 | 30.69 | 32.48 | - |
| YUV | 123.44 | 141.29 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 147 | 0.85 | 0 | 0.13 | 0.34 | 170.83 | 0.74 | 0.38 |
| Hex | 19 | A9 | 93 | 55 | 0 | D | 22 | AB | 4A | 26 |
| Octal | 31 | 251 | 223 | 125 | 0 | 15 | 42 | 253 | 112 | 46 |
| Binary | 11001 | 10101001 | 10010011 | 1010101 | 0 | 1101 | 100010 | 10101011 | 1001010 | 100110 |
Color Harmonies of #19A993
Complementary color
Monochromatic Colors of #19A993
Black with #19A993
Text Example
Text Example
White with #19A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A993; }
p { color: rgb(25,169,147); }
H1.HeaderClassName
{
color: #19A993;
}
.AnyTagClassName
{
color: #19A993;
}
</style>
background-color css
<style>
a { background-color: #19A993; }
a { background-color: rgb(25,169,147); }
div.DivClassName
{
background-color: #19A993;
}
.BgClassName
{
background-color: #19A993;
}
</style>
border-color css
<style>
span { border-color: #19A993; }
span { border-color: rgb(25,169,147); }
td.TdClassName
{
border-color: #19A993;
}
.TagClassName
{
border-color: #19A993;
}
</style>