Shades of Java #19A696
Tints of Java #19A696
RGB
CMYK
RGB Variations
Color information
#19A696 (or 0x19A696) is known color: Java. HEX triplet: 19, A6 and 96. RGB value is (25,166,150). Sum of RGB (Red+Green+Blue) = 25+166+150=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #19A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A696 is #E65969. Grayscale: #797979. Windows color (decimal): -15096170 or 9872921. OLE color: 9872921.
HSL color Cylindrical-coordinate representation of color #19A696: hue angle of 173.19º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A696 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 166 | 150 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.35 |
| HSL | 173.19º | 0.74% | 0.37% | - |
| HSV(B) | 173.19º | 0.85% | 0.65% | - |
| XYZ | 19.54 | 29.68 | 33.55 | - |
| YUV | 122.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 150 | 0.85 | 0 | 0.10 | 0.35 | 173.19 | 0.74 | 0.37 |
| Hex | 19 | A6 | 96 | 55 | 0 | A | 23 | AD | 4A | 25 |
| Octal | 31 | 246 | 226 | 125 | 0 | 12 | 43 | 255 | 112 | 45 |
| Binary | 11001 | 10100110 | 10010110 | 1010101 | 0 | 1010 | 100011 | 10101101 | 1001010 | 100101 |
Color Harmonies of #19A696
Complementary color
Monochromatic Colors of #19A696
Black with #19A696
Text Example
Text Example
White with #19A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A696; }
p { color: rgb(25,166,150); }
H1.HeaderClassName
{
color: #19A696;
}
.AnyTagClassName
{
color: #19A696;
}
</style>
background-color css
<style>
a { background-color: #19A696; }
a { background-color: rgb(25,166,150); }
div.DivClassName
{
background-color: #19A696;
}
.BgClassName
{
background-color: #19A696;
}
</style>
border-color css
<style>
span { border-color: #19A696; }
span { border-color: rgb(25,166,150); }
td.TdClassName
{
border-color: #19A696;
}
.TagClassName
{
border-color: #19A696;
}
</style>