Shades of Java #19A096
Tints of Java #19A096
RGB
CMYK
RGB Variations
Color information
#19A096 (or 0x19A096) is known color: Java. HEX triplet: 19, A0 and 96. RGB value is (25,160,150). Sum of RGB (Red+Green+Blue) = 25+160+150=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #19A096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A096 is #E65F69. Grayscale: #767676. Windows color (decimal): -15097706 or 9871385. OLE color: 9871385.
HSL color Cylindrical-coordinate representation of color #19A096: hue angle of 175.56º 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 #19A096 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 150 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.37 |
| HSL | 175.56º | 0.73% | 0.36% | - |
| HSV(B) | 175.56º | 0.84% | 0.63% | - |
| XYZ | 18.48 | 27.55 | 33.2 | - |
| YUV | 118.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 150 | 0.84 | 0 | 0.06 | 0.37 | 175.56 | 0.73 | 0.36 |
| Hex | 19 | A0 | 96 | 54 | 0 | 6 | 25 | B0 | 49 | 24 |
| Octal | 31 | 240 | 226 | 124 | 0 | 6 | 45 | 260 | 111 | 44 |
| Binary | 11001 | 10100000 | 10010110 | 1010100 | 0 | 110 | 100101 | 10110000 | 1001001 | 100100 |
Color Harmonies of #19A096
Complementary color
Monochromatic Colors of #19A096
Black with #19A096
Text Example
Text Example
White with #19A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A096; }
p { color: rgb(25,160,150); }
H1.HeaderClassName
{
color: #19A096;
}
.AnyTagClassName
{
color: #19A096;
}
</style>
background-color css
<style>
a { background-color: #19A096; }
a { background-color: rgb(25,160,150); }
div.DivClassName
{
background-color: #19A096;
}
.BgClassName
{
background-color: #19A096;
}
</style>
border-color css
<style>
span { border-color: #19A096; }
span { border-color: rgb(25,160,150); }
td.TdClassName
{
border-color: #19A096;
}
.TagClassName
{
border-color: #19A096;
}
</style>