Shades of Java #19A09B
Tints of Java #19A09B
RGB
CMYK
RGB Variations
Color information
#19A09B (or 0x19A09B) is known color: Java. HEX triplet: 19, A0 and 9B. RGB value is (25,160,155). Sum of RGB (Red+Green+Blue) = 25+160+155=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #19A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A09B is #E65F64. Grayscale: #767676. Windows color (decimal): -15097701 or 10199065. OLE color: 10199065.
HSL color Cylindrical-coordinate representation of color #19A09B: hue angle of 177.78º 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 #19A09B is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 155 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.37 |
| HSL | 177.78º | 0.73% | 0.36% | - |
| HSV(B) | 177.78º | 0.84% | 0.63% | - |
| XYZ | 18.89 | 27.71 | 35.36 | - |
| YUV | 119.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 155 | 0.84 | 0 | 0.03 | 0.37 | 177.78 | 0.73 | 0.36 |
| Hex | 19 | A0 | 9B | 54 | 0 | 3 | 25 | B2 | 49 | 24 |
| Octal | 31 | 240 | 233 | 124 | 0 | 3 | 45 | 262 | 111 | 44 |
| Binary | 11001 | 10100000 | 10011011 | 1010100 | 0 | 11 | 100101 | 10110010 | 1001001 | 100100 |
Color Harmonies of #19A09B
Complementary color
Monochromatic Colors of #19A09B
Black with #19A09B
Text Example
Text Example
White with #19A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A09B; }
p { color: rgb(25,160,155); }
H1.HeaderClassName
{
color: #19A09B;
}
.AnyTagClassName
{
color: #19A09B;
}
</style>
background-color css
<style>
a { background-color: #19A09B; }
a { background-color: rgb(25,160,155); }
div.DivClassName
{
background-color: #19A09B;
}
.BgClassName
{
background-color: #19A09B;
}
</style>
border-color css
<style>
span { border-color: #19A09B; }
span { border-color: rgb(25,160,155); }
td.TdClassName
{
border-color: #19A09B;
}
.TagClassName
{
border-color: #19A09B;
}
</style>