Shades of Java #199B99
Tints of Java #199B99
RGB
CMYK
RGB Variations
Color information
#199B99 (or 0x199B99) is known color: Java. HEX triplet: 19, 9B and 99. RGB value is (25,155,153). Sum of RGB (Red+Green+Blue) = 25+155+153=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #199B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B99 is #E66466. Grayscale: #737373. Windows color (decimal): -15098983 or 10066713. OLE color: 10066713.
HSL color Cylindrical-coordinate representation of color #199B99: hue angle of 179.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B99 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 153 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.39 |
| HSL | 179.08º | 0.72% | 0.35% | - |
| HSV(B) | 179.08º | 0.84% | 0.61% | - |
| XYZ | 17.87 | 25.95 | 34.2 | - |
| YUV | 115.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 153 | 0.84 | 0 | 0.01 | 0.39 | 179.08 | 0.72 | 0.35 |
| Hex | 19 | 9B | 99 | 54 | 0 | 1 | 27 | B3 | 48 | 23 |
| Octal | 31 | 233 | 231 | 124 | 0 | 1 | 47 | 263 | 110 | 43 |
| Binary | 11001 | 10011011 | 10011001 | 1010100 | 0 | 1 | 100111 | 10110011 | 1001000 | 100011 |
Color Harmonies of #199B99
Complementary color
Monochromatic Colors of #199B99
Black with #199B99
Text Example
Text Example
White with #199B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B99; }
p { color: rgb(25,155,153); }
H1.HeaderClassName
{
color: #199B99;
}
.AnyTagClassName
{
color: #199B99;
}
</style>
background-color css
<style>
a { background-color: #199B99; }
a { background-color: rgb(25,155,153); }
div.DivClassName
{
background-color: #199B99;
}
.BgClassName
{
background-color: #199B99;
}
</style>
border-color css
<style>
span { border-color: #199B99; }
span { border-color: rgb(25,155,153); }
td.TdClassName
{
border-color: #199B99;
}
.TagClassName
{
border-color: #199B99;
}
</style>