Shades of Java #19A699
Tints of Java #19A699
RGB
CMYK
RGB Variations
Color information
#19A699 (or 0x19A699) is known color: Java. HEX triplet: 19, A6 and 99. RGB value is (25,166,153). Sum of RGB (Red+Green+Blue) = 25+166+153=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #19A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A699 is #E65966. Grayscale: #7A7A7A. Windows color (decimal): -15096167 or 10069529. OLE color: 10069529.
HSL color Cylindrical-coordinate representation of color #19A699: hue angle of 174.47º 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 #19A699 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 166 | 153 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.35 |
| HSL | 174.47º | 0.74% | 0.37% | - |
| HSV(B) | 174.47º | 0.85% | 0.65% | - |
| XYZ | 19.79 | 29.78 | 34.84 | - |
| YUV | 122.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 153 | 0.85 | 0 | 0.08 | 0.35 | 174.47 | 0.74 | 0.37 |
| Hex | 19 | A6 | 99 | 55 | 0 | 8 | 23 | AE | 4A | 25 |
| Octal | 31 | 246 | 231 | 125 | 0 | 10 | 43 | 256 | 112 | 45 |
| Binary | 11001 | 10100110 | 10011001 | 1010101 | 0 | 1000 | 100011 | 10101110 | 1001010 | 100101 |
Color Harmonies of #19A699
Complementary color
Monochromatic Colors of #19A699
Black with #19A699
Text Example
Text Example
White with #19A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A699; }
p { color: rgb(25,166,153); }
H1.HeaderClassName
{
color: #19A699;
}
.AnyTagClassName
{
color: #19A699;
}
</style>
background-color css
<style>
a { background-color: #19A699; }
a { background-color: rgb(25,166,153); }
div.DivClassName
{
background-color: #19A699;
}
.BgClassName
{
background-color: #19A699;
}
</style>
border-color css
<style>
span { border-color: #19A699; }
span { border-color: rgb(25,166,153); }
td.TdClassName
{
border-color: #19A699;
}
.TagClassName
{
border-color: #19A699;
}
</style>