Shades of Java #199685
Tints of Java #199685
RGB
CMYK
RGB Variations
Color information
#199685 (or 0x199685) is known color: Java. HEX triplet: 19, 96 and 85. RGB value is (25,150,133). Sum of RGB (Red+Green+Blue) = 25+150+133=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #199685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199685 is #E6697A. Grayscale: #6E6E6E. Windows color (decimal): -15100283 or 8754713. OLE color: 8754713.
HSL color Cylindrical-coordinate representation of color #199685: hue angle of 171.84º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199685 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 133 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.41 |
| HSL | 171.84º | 0.71% | 0.34% | - |
| HSV(B) | 171.84º | 0.83% | 0.59% | - |
| XYZ | 15.54 | 23.71 | 25.95 | - |
| YUV | 110.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 133 | 0.83 | 0 | 0.11 | 0.41 | 171.84 | 0.71 | 0.34 |
| Hex | 19 | 96 | 85 | 53 | 0 | B | 29 | AC | 47 | 22 |
| Octal | 31 | 226 | 205 | 123 | 0 | 13 | 51 | 254 | 107 | 42 |
| Binary | 11001 | 10010110 | 10000101 | 1010011 | 0 | 1011 | 101001 | 10101100 | 1000111 | 100010 |
Color Harmonies of #199685
Complementary color
Monochromatic Colors of #199685
Black with #199685
Text Example
Text Example
White with #199685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199685; }
p { color: rgb(25,150,133); }
H1.HeaderClassName
{
color: #199685;
}
.AnyTagClassName
{
color: #199685;
}
</style>
background-color css
<style>
a { background-color: #199685; }
a { background-color: rgb(25,150,133); }
div.DivClassName
{
background-color: #199685;
}
.BgClassName
{
background-color: #199685;
}
</style>
border-color css
<style>
span { border-color: #199685; }
span { border-color: rgb(25,150,133); }
td.TdClassName
{
border-color: #199685;
}
.TagClassName
{
border-color: #199685;
}
</style>