Shades of Niagara #19A085
Tints of Niagara #19A085
RGB
CMYK
RGB Variations
Color information
#19A085 (or 0x19A085) is known color: Niagara. HEX triplet: 19, A0 and 85. RGB value is (25,160,133). Sum of RGB (Red+Green+Blue) = 25+160+133=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #19A085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A085 is #E65F7A. Grayscale: #747474. Windows color (decimal): -15097723 or 8757273. OLE color: 8757273.
HSL color Cylindrical-coordinate representation of color #19A085: hue angle of 168º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A085 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 133 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.37 |
| HSL | 168º | 0.73% | 0.36% | - |
| HSV(B) | 168º | 0.84% | 0.63% | - |
| XYZ | 17.21 | 27.04 | 26.5 | - |
| YUV | 116.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 133 | 0.84 | 0 | 0.17 | 0.37 | 168 | 0.73 | 0.36 |
| Hex | 19 | A0 | 85 | 54 | 0 | 11 | 25 | A8 | 49 | 24 |
| Octal | 31 | 240 | 205 | 124 | 0 | 21 | 45 | 250 | 111 | 44 |
| Binary | 11001 | 10100000 | 10000101 | 1010100 | 0 | 10001 | 100101 | 10101000 | 1001001 | 100100 |
Color Harmonies of #19A085
Complementary color
Monochromatic Colors of #19A085
Black with #19A085
Text Example
Text Example
White with #19A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A085; }
p { color: rgb(25,160,133); }
H1.HeaderClassName
{
color: #19A085;
}
.AnyTagClassName
{
color: #19A085;
}
</style>
background-color css
<style>
a { background-color: #19A085; }
a { background-color: rgb(25,160,133); }
div.DivClassName
{
background-color: #19A085;
}
.BgClassName
{
background-color: #19A085;
}
</style>
border-color css
<style>
span { border-color: #19A085; }
span { border-color: rgb(25,160,133); }
td.TdClassName
{
border-color: #19A085;
}
.TagClassName
{
border-color: #19A085;
}
</style>