Shades of Java #199690
Tints of Java #199690
RGB
CMYK
RGB Variations
Color information
#199690 (or 0x199690) is known color: Java. HEX triplet: 19, 96 and 90. RGB value is (25,150,144). Sum of RGB (Red+Green+Blue) = 25+150+144=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #199690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199690 is #E6696F. Grayscale: #6F6F6F. Windows color (decimal): -15100272 or 9475609. OLE color: 9475609.
HSL color Cylindrical-coordinate representation of color #199690: hue angle of 177.12º 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 #199690 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 144 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.41 |
| HSL | 177.12º | 0.71% | 0.34% | - |
| HSV(B) | 177.12º | 0.83% | 0.59% | - |
| XYZ | 16.34 | 24.03 | 30.16 | - |
| YUV | 111.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 144 | 0.83 | 0 | 0.04 | 0.41 | 177.12 | 0.71 | 0.34 |
| Hex | 19 | 96 | 90 | 53 | 0 | 4 | 29 | B1 | 47 | 22 |
| Octal | 31 | 226 | 220 | 123 | 0 | 4 | 51 | 261 | 107 | 42 |
| Binary | 11001 | 10010110 | 10010000 | 1010011 | 0 | 100 | 101001 | 10110001 | 1000111 | 100010 |
Color Harmonies of #199690
Complementary color
Monochromatic Colors of #199690
Black with #199690
Text Example
Text Example
White with #199690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199690; }
p { color: rgb(25,150,144); }
H1.HeaderClassName
{
color: #199690;
}
.AnyTagClassName
{
color: #199690;
}
</style>
background-color css
<style>
a { background-color: #199690; }
a { background-color: rgb(25,150,144); }
div.DivClassName
{
background-color: #199690;
}
.BgClassName
{
background-color: #199690;
}
</style>
border-color css
<style>
span { border-color: #199690; }
span { border-color: rgb(25,150,144); }
td.TdClassName
{
border-color: #199690;
}
.TagClassName
{
border-color: #199690;
}
</style>