Shades of Java #199396
Tints of Java #199396
RGB
CMYK
RGB Variations
Color information
#199396 (or 0x199396) is known color: Java. HEX triplet: 19, 93 and 96. RGB value is (25,147,150). Sum of RGB (Red+Green+Blue) = 25+147+150=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #199396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199396 is #E66C69. Grayscale: #6E6E6E. Windows color (decimal): -15101034 or 9868057. OLE color: 9868057.
HSL color Cylindrical-coordinate representation of color #199396: hue angle of 181.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199396 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 147 | 150 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.41 |
| HSL | 181.44º | 0.71% | 0.34% | - |
| HSV(B) | 181.44º | 0.83% | 0.59% | - |
| XYZ | 16.34 | 23.28 | 32.49 | - |
| YUV | 110.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 150 | 0.83 | 0.02 | 0 | 0.41 | 181.44 | 0.71 | 0.34 |
| Hex | 19 | 93 | 96 | 53 | 2 | 0 | 29 | B5 | 47 | 22 |
| Octal | 31 | 223 | 226 | 123 | 2 | 0 | 51 | 265 | 107 | 42 |
| Binary | 11001 | 10010011 | 10010110 | 1010011 | 10 | 0 | 101001 | 10110101 | 1000111 | 100010 |
Color Harmonies of #199396
Complementary color
Monochromatic Colors of #199396
Black with #199396
Text Example
Text Example
White with #199396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199396; }
p { color: rgb(25,147,150); }
H1.HeaderClassName
{
color: #199396;
}
.AnyTagClassName
{
color: #199396;
}
</style>
background-color css
<style>
a { background-color: #199396; }
a { background-color: rgb(25,147,150); }
div.DivClassName
{
background-color: #199396;
}
.BgClassName
{
background-color: #199396;
}
</style>
border-color css
<style>
span { border-color: #199396; }
span { border-color: rgb(25,147,150); }
td.TdClassName
{
border-color: #199396;
}
.TagClassName
{
border-color: #199396;
}
</style>