Shades of Java #198C96
Tints of Java #198C96
RGB
CMYK
RGB Variations
Color information
#198C96 (or 0x198C96) is known color: Java. HEX triplet: 19, 8C and 96. RGB value is (25,140,150). Sum of RGB (Red+Green+Blue) = 25+140+150=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #198C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C96 is #E67369. Grayscale: #6A6A6A. Windows color (decimal): -15102826 or 9866265. OLE color: 9866265.
HSL color Cylindrical-coordinate representation of color #198C96: hue angle of 184.8º 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 #198C96 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 140 | 150 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.41 |
| HSL | 184.8º | 0.71% | 0.34% | - |
| HSV(B) | 184.8º | 0.83% | 0.59% | - |
| XYZ | 15.28 | 21.16 | 32.13 | - |
| YUV | 106.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 150 | 0.83 | 0.07 | 0 | 0.41 | 184.8 | 0.71 | 0.34 |
| Hex | 19 | 8C | 96 | 53 | 7 | 0 | 29 | B9 | 47 | 22 |
| Octal | 31 | 214 | 226 | 123 | 7 | 0 | 51 | 271 | 107 | 42 |
| Binary | 11001 | 10001100 | 10010110 | 1010011 | 111 | 0 | 101001 | 10111001 | 1000111 | 100010 |
Color Harmonies of #198C96
Complementary color
Monochromatic Colors of #198C96
Black with #198C96
Text Example
Text Example
White with #198C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C96; }
p { color: rgb(25,140,150); }
H1.HeaderClassName
{
color: #198C96;
}
.AnyTagClassName
{
color: #198C96;
}
</style>
background-color css
<style>
a { background-color: #198C96; }
a { background-color: rgb(25,140,150); }
div.DivClassName
{
background-color: #198C96;
}
.BgClassName
{
background-color: #198C96;
}
</style>
border-color css
<style>
span { border-color: #198C96; }
span { border-color: rgb(25,140,150); }
td.TdClassName
{
border-color: #198C96;
}
.TagClassName
{
border-color: #198C96;
}
</style>