Shades of Java #199683
Tints of Java #199683
RGB
CMYK
RGB Variations
Color information
#199683 (or 0x199683) is known color: Java. HEX triplet: 19, 96 and 83. RGB value is (25,150,131). Sum of RGB (Red+Green+Blue) = 25+150+131=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #199683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199683 is #E6697C. Grayscale: #6E6E6E. Windows color (decimal): -15100285 or 8623641. OLE color: 8623641.
HSL color Cylindrical-coordinate representation of color #199683: hue angle of 170.88º 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 #199683 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 131 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.41 |
| HSL | 170.88º | 0.71% | 0.34% | - |
| HSV(B) | 170.88º | 0.83% | 0.59% | - |
| XYZ | 15.4 | 23.66 | 25.23 | - |
| YUV | 110.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 131 | 0.83 | 0 | 0.13 | 0.41 | 170.88 | 0.71 | 0.34 |
| Hex | 19 | 96 | 83 | 53 | 0 | D | 29 | AB | 47 | 22 |
| Octal | 31 | 226 | 203 | 123 | 0 | 15 | 51 | 253 | 107 | 42 |
| Binary | 11001 | 10010110 | 10000011 | 1010011 | 0 | 1101 | 101001 | 10101011 | 1000111 | 100010 |
Color Harmonies of #199683
Complementary color
Monochromatic Colors of #199683
Black with #199683
Text Example
Text Example
White with #199683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199683; }
p { color: rgb(25,150,131); }
H1.HeaderClassName
{
color: #199683;
}
.AnyTagClassName
{
color: #199683;
}
</style>
background-color css
<style>
a { background-color: #199683; }
a { background-color: rgb(25,150,131); }
div.DivClassName
{
background-color: #199683;
}
.BgClassName
{
background-color: #199683;
}
</style>
border-color css
<style>
span { border-color: #199683; }
span { border-color: rgb(25,150,131); }
td.TdClassName
{
border-color: #199683;
}
.TagClassName
{
border-color: #199683;
}
</style>