Shades of Java #19A09E
Tints of Java #19A09E
RGB
CMYK
RGB Variations
Color information
#19A09E (or 0x19A09E) is known color: Java. HEX triplet: 19, A0 and 9E. RGB value is (25,160,158). Sum of RGB (Red+Green+Blue) = 25+160+158=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #19A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A09E is #E65F61. Grayscale: #777777. Windows color (decimal): -15097698 or 10395673. OLE color: 10395673.
HSL color Cylindrical-coordinate representation of color #19A09E: hue angle of 179.11º 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 #19A09E is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 158 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.37 |
| HSL | 179.11º | 0.73% | 0.36% | - |
| HSV(B) | 179.11º | 0.84% | 0.63% | - |
| XYZ | 19.14 | 27.82 | 36.71 | - |
| YUV | 119.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 158 | 0.84 | 0 | 0.01 | 0.37 | 179.11 | 0.73 | 0.36 |
| Hex | 19 | A0 | 9E | 54 | 0 | 1 | 25 | B3 | 49 | 24 |
| Octal | 31 | 240 | 236 | 124 | 0 | 1 | 45 | 263 | 111 | 44 |
| Binary | 11001 | 10100000 | 10011110 | 1010100 | 0 | 1 | 100101 | 10110011 | 1001001 | 100100 |
Color Harmonies of #19A09E
Complementary color
Monochromatic Colors of #19A09E
Black with #19A09E
Text Example
Text Example
White with #19A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A09E; }
p { color: rgb(25,160,158); }
H1.HeaderClassName
{
color: #19A09E;
}
.AnyTagClassName
{
color: #19A09E;
}
</style>
background-color css
<style>
a { background-color: #19A09E; }
a { background-color: rgb(25,160,158); }
div.DivClassName
{
background-color: #19A09E;
}
.BgClassName
{
background-color: #19A09E;
}
</style>
border-color css
<style>
span { border-color: #19A09E; }
span { border-color: rgb(25,160,158); }
td.TdClassName
{
border-color: #19A09E;
}
.TagClassName
{
border-color: #19A09E;
}
</style>