Shades of Java #19A397
Tints of Java #19A397
RGB
CMYK
RGB Variations
Color information
#19A397 (or 0x19A397) is known color: Java. HEX triplet: 19, A3 and 97. RGB value is (25,163,151). Sum of RGB (Red+Green+Blue) = 25+163+151=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #19A397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A397 is #E65C68. Grayscale: #787878. Windows color (decimal): -15096937 or 9937689. OLE color: 9937689.
HSL color Cylindrical-coordinate representation of color #19A397: hue angle of 174.78º degrees, saturation: 0.73, 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 #19A397 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 163 | 151 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.36 |
| HSL | 174.78º | 0.73% | 0.37% | - |
| HSV(B) | 174.78º | 0.85% | 0.64% | - |
| XYZ | 19.08 | 28.64 | 33.8 | - |
| YUV | 120.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 151 | 0.85 | 0 | 0.07 | 0.36 | 174.78 | 0.73 | 0.37 |
| Hex | 19 | A3 | 97 | 55 | 0 | 7 | 24 | AF | 49 | 25 |
| Octal | 31 | 243 | 227 | 125 | 0 | 7 | 44 | 257 | 111 | 45 |
| Binary | 11001 | 10100011 | 10010111 | 1010101 | 0 | 111 | 100100 | 10101111 | 1001001 | 100101 |
Color Harmonies of #19A397
Complementary color
Monochromatic Colors of #19A397
Black with #19A397
Text Example
Text Example
White with #19A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A397; }
p { color: rgb(25,163,151); }
H1.HeaderClassName
{
color: #19A397;
}
.AnyTagClassName
{
color: #19A397;
}
</style>
background-color css
<style>
a { background-color: #19A397; }
a { background-color: rgb(25,163,151); }
div.DivClassName
{
background-color: #19A397;
}
.BgClassName
{
background-color: #19A397;
}
</style>
border-color css
<style>
span { border-color: #19A397; }
span { border-color: rgb(25,163,151); }
td.TdClassName
{
border-color: #19A397;
}
.TagClassName
{
border-color: #19A397;
}
</style>