Shades of Java #198796
Tints of Java #198796
RGB
CMYK
RGB Variations
Color information
#198796 (or 0x198796) is known color: Java. HEX triplet: 19, 87 and 96. RGB value is (25,135,150). Sum of RGB (Red+Green+Blue) = 25+135+150=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #198796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198796 is #E67869. Grayscale: #676767. Windows color (decimal): -15104106 or 9864985. OLE color: 9864985.
HSL color Cylindrical-coordinate representation of color #198796: hue angle of 187.2º 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 #198796 is Cyan = 0.83, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 135 | 150 | - |
| CMYK | 0.83 | 0.1 | 0 | 0.41 |
| HSL | 187.2º | 0.71% | 0.34% | - |
| HSV(B) | 187.2º | 0.83% | 0.59% | - |
| XYZ | 14.57 | 19.74 | 31.9 | - |
| YUV | 103.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 150 | 0.83 | 0.1 | 0 | 0.41 | 187.2 | 0.71 | 0.34 |
| Hex | 19 | 87 | 96 | 53 | A | 0 | 29 | BB | 47 | 22 |
| Octal | 31 | 207 | 226 | 123 | 12 | 0 | 51 | 273 | 107 | 42 |
| Binary | 11001 | 10000111 | 10010110 | 1010011 | 1010 | 0 | 101001 | 10111011 | 1000111 | 100010 |
Color Harmonies of #198796
Complementary color
Monochromatic Colors of #198796
Black with #198796
Text Example
Text Example
White with #198796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198796; }
p { color: rgb(25,135,150); }
H1.HeaderClassName
{
color: #198796;
}
.AnyTagClassName
{
color: #198796;
}
</style>
background-color css
<style>
a { background-color: #198796; }
a { background-color: rgb(25,135,150); }
div.DivClassName
{
background-color: #198796;
}
.BgClassName
{
background-color: #198796;
}
</style>
border-color css
<style>
span { border-color: #198796; }
span { border-color: rgb(25,135,150); }
td.TdClassName
{
border-color: #198796;
}
.TagClassName
{
border-color: #198796;
}
</style>