Shades of Java #19A49D
Tints of Java #19A49D
RGB
CMYK
RGB Variations
Color information
#19A49D (or 0x19A49D) is known color: Java. HEX triplet: 19, A4 and 9D. RGB value is (25,164,157). Sum of RGB (Red+Green+Blue) = 25+164+157=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #19A49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A49D is #E65B62. Grayscale: #797979. Windows color (decimal): -15096675 or 10331161. OLE color: 10331161.
HSL color Cylindrical-coordinate representation of color #19A49D: hue angle of 176.98º degrees, saturation: 0.74, 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 #19A49D is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 164 | 157 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.36 |
| HSL | 176.98º | 0.74% | 0.37% | - |
| HSV(B) | 176.98º | 0.85% | 0.64% | - |
| XYZ | 19.76 | 29.19 | 36.49 | - |
| YUV | 121.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 164 | 157 | 0.85 | 0 | 0.04 | 0.36 | 176.98 | 0.74 | 0.37 |
| Hex | 19 | A4 | 9D | 55 | 0 | 4 | 24 | B1 | 4A | 25 |
| Octal | 31 | 244 | 235 | 125 | 0 | 4 | 44 | 261 | 112 | 45 |
| Binary | 11001 | 10100100 | 10011101 | 1010101 | 0 | 100 | 100100 | 10110001 | 1001010 | 100101 |
Color Harmonies of #19A49D
Complementary color
Monochromatic Colors of #19A49D
Black with #19A49D
Text Example
Text Example
White with #19A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A49D; }
p { color: rgb(25,164,157); }
H1.HeaderClassName
{
color: #19A49D;
}
.AnyTagClassName
{
color: #19A49D;
}
</style>
background-color css
<style>
a { background-color: #19A49D; }
a { background-color: rgb(25,164,157); }
div.DivClassName
{
background-color: #19A49D;
}
.BgClassName
{
background-color: #19A49D;
}
</style>
border-color css
<style>
span { border-color: #19A49D; }
span { border-color: rgb(25,164,157); }
td.TdClassName
{
border-color: #19A49D;
}
.TagClassName
{
border-color: #19A49D;
}
</style>