Shades of Java #198D99
Tints of Java #198D99
RGB
CMYK
RGB Variations
Color information
#198D99 (or 0x198D99) is known color: Java. HEX triplet: 19, 8D and 99. RGB value is (25,141,153). Sum of RGB (Red+Green+Blue) = 25+141+153=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #198D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D99 is #E67266. Grayscale: #6B6B6B. Windows color (decimal): -15102567 or 10063129. OLE color: 10063129.
HSL color Cylindrical-coordinate representation of color #198D99: hue angle of 185.62º 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 #198D99 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 141 | 153 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.4 |
| HSL | 185.63º | 0.72% | 0.35% | - |
| HSV(B) | 185.63º | 0.84% | 0.6% | - |
| XYZ | 15.68 | 21.56 | 33.47 | - |
| YUV | 107.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 153 | 0.84 | 0.08 | 0 | 0.4 | 185.63 | 0.72 | 0.35 |
| Hex | 19 | 8D | 99 | 54 | 8 | 0 | 28 | BA | 48 | 23 |
| Octal | 31 | 215 | 231 | 124 | 10 | 0 | 50 | 272 | 110 | 43 |
| Binary | 11001 | 10001101 | 10011001 | 1010100 | 1000 | 0 | 101000 | 10111010 | 1001000 | 100011 |
Color Harmonies of #198D99
Complementary color
Monochromatic Colors of #198D99
Black with #198D99
Text Example
Text Example
White with #198D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D99; }
p { color: rgb(25,141,153); }
H1.HeaderClassName
{
color: #198D99;
}
.AnyTagClassName
{
color: #198D99;
}
</style>
background-color css
<style>
a { background-color: #198D99; }
a { background-color: rgb(25,141,153); }
div.DivClassName
{
background-color: #198D99;
}
.BgClassName
{
background-color: #198D99;
}
</style>
border-color css
<style>
span { border-color: #198D99; }
span { border-color: rgb(25,141,153); }
td.TdClassName
{
border-color: #198D99;
}
.TagClassName
{
border-color: #198D99;
}
</style>