Shades of Java #199688
Tints of Java #199688
RGB
CMYK
RGB Variations
Color information
#199688 (or 0x199688) is known color: Java. HEX triplet: 19, 96 and 88. RGB value is (25,150,136). Sum of RGB (Red+Green+Blue) = 25+150+136=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #199688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199688 is #E66977. Grayscale: #6E6E6E. Windows color (decimal): -15100280 or 8951321. OLE color: 8951321.
HSL color Cylindrical-coordinate representation of color #199688: hue angle of 173.28º 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 #199688 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 136 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.41 |
| HSL | 173.28º | 0.71% | 0.34% | - |
| HSV(B) | 173.28º | 0.83% | 0.59% | - |
| XYZ | 15.75 | 23.8 | 27.06 | - |
| YUV | 111.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 136 | 0.83 | 0 | 0.09 | 0.41 | 173.28 | 0.71 | 0.34 |
| Hex | 19 | 96 | 88 | 53 | 0 | 9 | 29 | AD | 47 | 22 |
| Octal | 31 | 226 | 210 | 123 | 0 | 11 | 51 | 255 | 107 | 42 |
| Binary | 11001 | 10010110 | 10001000 | 1010011 | 0 | 1001 | 101001 | 10101101 | 1000111 | 100010 |
Color Harmonies of #199688
Complementary color
Monochromatic Colors of #199688
Black with #199688
Text Example
Text Example
White with #199688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199688; }
p { color: rgb(25,150,136); }
H1.HeaderClassName
{
color: #199688;
}
.AnyTagClassName
{
color: #199688;
}
</style>
background-color css
<style>
a { background-color: #199688; }
a { background-color: rgb(25,150,136); }
div.DivClassName
{
background-color: #199688;
}
.BgClassName
{
background-color: #199688;
}
</style>
border-color css
<style>
span { border-color: #199688; }
span { border-color: rgb(25,150,136); }
td.TdClassName
{
border-color: #199688;
}
.TagClassName
{
border-color: #199688;
}
</style>