Shades of Java #19A49B
Tints of Java #19A49B
RGB
CMYK
RGB Variations
Color information
#19A49B (or 0x19A49B) is known color: Java. HEX triplet: 19, A4 and 9B. RGB value is (25,164,155). Sum of RGB (Red+Green+Blue) = 25+164+155=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #19A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A49B is #E65B64. Grayscale: #797979. Windows color (decimal): -15096677 or 10200089. OLE color: 10200089.
HSL color Cylindrical-coordinate representation of color #19A49B: hue angle of 176.12º 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 #19A49B is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 164 | 155 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.36 |
| HSL | 176.12º | 0.74% | 0.37% | - |
| HSV(B) | 176.12º | 0.85% | 0.64% | - |
| XYZ | 19.59 | 29.12 | 35.6 | - |
| YUV | 121.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 164 | 155 | 0.85 | 0 | 0.05 | 0.36 | 176.12 | 0.74 | 0.37 |
| Hex | 19 | A4 | 9B | 55 | 0 | 5 | 24 | B0 | 4A | 25 |
| Octal | 31 | 244 | 233 | 125 | 0 | 5 | 44 | 260 | 112 | 45 |
| Binary | 11001 | 10100100 | 10011011 | 1010101 | 0 | 101 | 100100 | 10110000 | 1001010 | 100101 |
Color Harmonies of #19A49B
Complementary color
Monochromatic Colors of #19A49B
Black with #19A49B
Text Example
Text Example
White with #19A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A49B; }
p { color: rgb(25,164,155); }
H1.HeaderClassName
{
color: #19A49B;
}
.AnyTagClassName
{
color: #19A49B;
}
</style>
background-color css
<style>
a { background-color: #19A49B; }
a { background-color: rgb(25,164,155); }
div.DivClassName
{
background-color: #19A49B;
}
.BgClassName
{
background-color: #19A49B;
}
</style>
border-color css
<style>
span { border-color: #19A49B; }
span { border-color: rgb(25,164,155); }
td.TdClassName
{
border-color: #19A49B;
}
.TagClassName
{
border-color: #19A49B;
}
</style>