Shades of Java #199296
Tints of Java #199296
RGB
CMYK
RGB Variations
Color information
#199296 (or 0x199296) is known color: Java. HEX triplet: 19, 92 and 96. RGB value is (25,146,150). Sum of RGB (Red+Green+Blue) = 25+146+150=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #199296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199296 is #E66D69. Grayscale: #6E6E6E. Windows color (decimal): -15101290 or 9867801. OLE color: 9867801.
HSL color Cylindrical-coordinate representation of color #199296: hue angle of 181.92º 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 #199296 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 146 | 150 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.41 |
| HSL | 181.92º | 0.71% | 0.34% | - |
| HSV(B) | 181.92º | 0.83% | 0.59% | - |
| XYZ | 16.18 | 22.97 | 32.43 | - |
| YUV | 110.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 150 | 0.83 | 0.03 | 0 | 0.41 | 181.92 | 0.71 | 0.34 |
| Hex | 19 | 92 | 96 | 53 | 3 | 0 | 29 | B6 | 47 | 22 |
| Octal | 31 | 222 | 226 | 123 | 3 | 0 | 51 | 266 | 107 | 42 |
| Binary | 11001 | 10010010 | 10010110 | 1010011 | 11 | 0 | 101001 | 10110110 | 1000111 | 100010 |
Color Harmonies of #199296
Complementary color
Monochromatic Colors of #199296
Black with #199296
Text Example
Text Example
White with #199296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199296; }
p { color: rgb(25,146,150); }
H1.HeaderClassName
{
color: #199296;
}
.AnyTagClassName
{
color: #199296;
}
</style>
background-color css
<style>
a { background-color: #199296; }
a { background-color: rgb(25,146,150); }
div.DivClassName
{
background-color: #199296;
}
.BgClassName
{
background-color: #199296;
}
</style>
border-color css
<style>
span { border-color: #199296; }
span { border-color: rgb(25,146,150); }
td.TdClassName
{
border-color: #199296;
}
.TagClassName
{
border-color: #199296;
}
</style>