Shades of Java #198B99
Tints of Java #198B99
RGB
CMYK
RGB Variations
Color information
#198B99 (or 0x198B99) is known color: Java. HEX triplet: 19, 8B and 99. RGB value is (25,139,153). Sum of RGB (Red+Green+Blue) = 25+139+153=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #198B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B99 is #E67466. Grayscale: #6A6A6A. Windows color (decimal): -15103079 or 10062617. OLE color: 10062617.
HSL color Cylindrical-coordinate representation of color #198B99: hue angle of 186.56º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198B99 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 139 | 153 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.4 |
| HSL | 186.56º | 0.72% | 0.35% | - |
| HSV(B) | 186.56º | 0.84% | 0.6% | - |
| XYZ | 15.38 | 20.97 | 33.37 | - |
| YUV | 106.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 153 | 0.84 | 0.09 | 0 | 0.4 | 186.56 | 0.72 | 0.35 |
| Hex | 19 | 8B | 99 | 54 | 9 | 0 | 28 | BB | 48 | 23 |
| Octal | 31 | 213 | 231 | 124 | 11 | 0 | 50 | 273 | 110 | 43 |
| Binary | 11001 | 10001011 | 10011001 | 1010100 | 1001 | 0 | 101000 | 10111011 | 1001000 | 100011 |
Color Harmonies of #198B99
Complementary color
Monochromatic Colors of #198B99
Black with #198B99
Text Example
Text Example
White with #198B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B99; }
p { color: rgb(25,139,153); }
H1.HeaderClassName
{
color: #198B99;
}
.AnyTagClassName
{
color: #198B99;
}
</style>
background-color css
<style>
a { background-color: #198B99; }
a { background-color: rgb(25,139,153); }
div.DivClassName
{
background-color: #198B99;
}
.BgClassName
{
background-color: #198B99;
}
</style>
border-color css
<style>
span { border-color: #198B99; }
span { border-color: rgb(25,139,153); }
td.TdClassName
{
border-color: #198B99;
}
.TagClassName
{
border-color: #198B99;
}
</style>