Shades of Java #198E99
Tints of Java #198E99
RGB
CMYK
RGB Variations
Color information
#198E99 (or 0x198E99) is known color: Java. HEX triplet: 19, 8E and 99. RGB value is (25,142,153). Sum of RGB (Red+Green+Blue) = 25+142+153=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #198E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198E99 is #E67166. Grayscale: #6C6C6C. Windows color (decimal): -15102311 or 10063385. OLE color: 10063385.
HSL color Cylindrical-coordinate representation of color #198E99: hue angle of 185.16º 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 #198E99 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 142 | 153 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.4 |
| HSL | 185.16º | 0.72% | 0.35% | - |
| HSV(B) | 185.16º | 0.84% | 0.6% | - |
| XYZ | 15.82 | 21.85 | 33.52 | - |
| YUV | 108.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 153 | 0.84 | 0.07 | 0 | 0.4 | 185.16 | 0.72 | 0.35 |
| Hex | 19 | 8E | 99 | 54 | 7 | 0 | 28 | B9 | 48 | 23 |
| Octal | 31 | 216 | 231 | 124 | 7 | 0 | 50 | 271 | 110 | 43 |
| Binary | 11001 | 10001110 | 10011001 | 1010100 | 111 | 0 | 101000 | 10111001 | 1001000 | 100011 |
Color Harmonies of #198E99
Complementary color
Monochromatic Colors of #198E99
Black with #198E99
Text Example
Text Example
White with #198E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198E99; }
p { color: rgb(25,142,153); }
H1.HeaderClassName
{
color: #198E99;
}
.AnyTagClassName
{
color: #198E99;
}
</style>
background-color css
<style>
a { background-color: #198E99; }
a { background-color: rgb(25,142,153); }
div.DivClassName
{
background-color: #198E99;
}
.BgClassName
{
background-color: #198E99;
}
</style>
border-color css
<style>
span { border-color: #198E99; }
span { border-color: rgb(25,142,153); }
td.TdClassName
{
border-color: #198E99;
}
.TagClassName
{
border-color: #198E99;
}
</style>