Shades of Java #199999
Tints of Java #199999
RGB
CMYK
RGB Variations
Color information
#199999 (or 0x199999) is known color: Java. HEX triplet: 19, 99 and 99. RGB value is (25,153,153). Sum of RGB (Red+Green+Blue) = 25+153+153=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #199999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199999 is #E66666. Grayscale: #727272. Windows color (decimal): -15099495 or 10066201. OLE color: 10066201.
HSL color Cylindrical-coordinate representation of color #199999: hue angle of 180º 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 #199999 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 153 | - |
| CMYK | 0.84 | 0 | 0 | 0.4 |
| HSL | 180º | 0.72% | 0.35% | - |
| HSV(B) | 180º | 0.84% | 0.6% | - |
| XYZ | 17.54 | 25.29 | 34.09 | - |
| YUV | 114.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 153 | 0.84 | 0 | 0 | 0.4 | 180 | 0.72 | 0.35 |
| Hex | 19 | 99 | 99 | 54 | 0 | 0 | 28 | B4 | 48 | 23 |
| Octal | 31 | 231 | 231 | 124 | 0 | 0 | 50 | 264 | 110 | 43 |
| Binary | 11001 | 10011001 | 10011001 | 1010100 | 0 | 0 | 101000 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199999
Complementary color
Monochromatic Colors of #199999
Black with #199999
Text Example
Text Example
White with #199999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199999; }
p { color: rgb(25,153,153); }
H1.HeaderClassName
{
color: #199999;
}
.AnyTagClassName
{
color: #199999;
}
</style>
background-color css
<style>
a { background-color: #199999; }
a { background-color: rgb(25,153,153); }
div.DivClassName
{
background-color: #199999;
}
.BgClassName
{
background-color: #199999;
}
</style>
border-color css
<style>
span { border-color: #199999; }
span { border-color: rgb(25,153,153); }
td.TdClassName
{
border-color: #199999;
}
.TagClassName
{
border-color: #199999;
}
</style>