Shades of Java #19A091
Tints of Java #19A091
RGB
CMYK
RGB Variations
Color information
#19A091 (or 0x19A091) is known color: Java. HEX triplet: 19, A0 and 91. RGB value is (25,160,145). Sum of RGB (Red+Green+Blue) = 25+160+145=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #19A091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A091 is #E65F6E. Grayscale: #757575. Windows color (decimal): -15097711 or 9543705. OLE color: 9543705.
HSL color Cylindrical-coordinate representation of color #19A091: hue angle of 173.33º 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 #19A091 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 145 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.37 |
| HSL | 173.33º | 0.73% | 0.36% | - |
| HSV(B) | 173.33º | 0.84% | 0.63% | - |
| XYZ | 18.08 | 27.39 | 31.12 | - |
| YUV | 117.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 145 | 0.84 | 0 | 0.09 | 0.37 | 173.33 | 0.73 | 0.36 |
| Hex | 19 | A0 | 91 | 54 | 0 | 9 | 25 | AD | 49 | 24 |
| Octal | 31 | 240 | 221 | 124 | 0 | 11 | 45 | 255 | 111 | 44 |
| Binary | 11001 | 10100000 | 10010001 | 1010100 | 0 | 1001 | 100101 | 10101101 | 1001001 | 100100 |
Color Harmonies of #19A091
Complementary color
Monochromatic Colors of #19A091
Black with #19A091
Text Example
Text Example
White with #19A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A091; }
p { color: rgb(25,160,145); }
H1.HeaderClassName
{
color: #19A091;
}
.AnyTagClassName
{
color: #19A091;
}
</style>
background-color css
<style>
a { background-color: #19A091; }
a { background-color: rgb(25,160,145); }
div.DivClassName
{
background-color: #19A091;
}
.BgClassName
{
background-color: #19A091;
}
</style>
border-color css
<style>
span { border-color: #19A091; }
span { border-color: rgb(25,160,145); }
td.TdClassName
{
border-color: #19A091;
}
.TagClassName
{
border-color: #19A091;
}
</style>