Shades of Java #199599
Tints of Java #199599
RGB
CMYK
RGB Variations
Color information
#199599 (or 0x199599) is known color: Java. HEX triplet: 19, 95 and 99. RGB value is (25,149,153). Sum of RGB (Red+Green+Blue) = 25+149+153=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #199599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199599 is #E66A66. Grayscale: #707070. Windows color (decimal): -15100519 or 10065177. OLE color: 10065177.
HSL color Cylindrical-coordinate representation of color #199599: hue angle of 181.88º 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 #199599 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 149 | 153 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.4 |
| HSL | 181.88º | 0.72% | 0.35% | - |
| HSV(B) | 181.88º | 0.84% | 0.6% | - |
| XYZ | 16.9 | 24 | 33.88 | - |
| YUV | 112.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 153 | 0.84 | 0.03 | 0 | 0.4 | 181.88 | 0.72 | 0.35 |
| Hex | 19 | 95 | 99 | 54 | 3 | 0 | 28 | B6 | 48 | 23 |
| Octal | 31 | 225 | 231 | 124 | 3 | 0 | 50 | 266 | 110 | 43 |
| Binary | 11001 | 10010101 | 10011001 | 1010100 | 11 | 0 | 101000 | 10110110 | 1001000 | 100011 |
Color Harmonies of #199599
Complementary color
Monochromatic Colors of #199599
Black with #199599
Text Example
Text Example
White with #199599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199599; }
p { color: rgb(25,149,153); }
H1.HeaderClassName
{
color: #199599;
}
.AnyTagClassName
{
color: #199599;
}
</style>
background-color css
<style>
a { background-color: #199599; }
a { background-color: rgb(25,149,153); }
div.DivClassName
{
background-color: #199599;
}
.BgClassName
{
background-color: #199599;
}
</style>
border-color css
<style>
span { border-color: #199599; }
span { border-color: rgb(25,149,153); }
td.TdClassName
{
border-color: #199599;
}
.TagClassName
{
border-color: #199599;
}
</style>