Shades of Java #119699
Tints of Java #119699
RGB
CMYK
RGB Variations
Color information
#119699 (or 0x119699) is known color: Java. HEX triplet: 11, 96 and 99. RGB value is (17,150,153). Sum of RGB (Red+Green+Blue) = 17+150+153=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #119699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119699 is #EE6966. Grayscale: #6E6E6E. Windows color (decimal): -15624551 or 10065425. OLE color: 10065425.
HSL color Cylindrical-coordinate representation of color #119699: hue angle of 181.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119699 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 150 | 153 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.4 |
| HSL | 181.32º | 0.8% | 0.33% | - |
| HSV(B) | 181.32º | 0.89% | 0.6% | - |
| XYZ | 16.89 | 24.23 | 33.92 | - |
| YUV | 110.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 153 | 0.89 | 0.02 | 0 | 0.4 | 181.32 | 0.8 | 0.33 |
| Hex | 11 | 96 | 99 | 59 | 2 | 0 | 28 | B5 | 50 | 21 |
| Octal | 21 | 226 | 231 | 131 | 2 | 0 | 50 | 265 | 120 | 41 |
| Binary | 10001 | 10010110 | 10011001 | 1011001 | 10 | 0 | 101000 | 10110101 | 1010000 | 100001 |
Color Harmonies of #119699
Complementary color
Monochromatic Colors of #119699
Black with #119699
Text Example
Text Example
White with #119699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119699; }
p { color: rgb(17,150,153); }
H1.HeaderClassName
{
color: #119699;
}
.AnyTagClassName
{
color: #119699;
}
</style>
background-color css
<style>
a { background-color: #119699; }
a { background-color: rgb(17,150,153); }
div.DivClassName
{
background-color: #119699;
}
.BgClassName
{
background-color: #119699;
}
</style>
border-color css
<style>
span { border-color: #119699; }
span { border-color: rgb(17,150,153); }
td.TdClassName
{
border-color: #119699;
}
.TagClassName
{
border-color: #119699;
}
</style>