Shades of Java #119796
Tints of Java #119796
RGB
CMYK
RGB Variations
Color information
#119796 (or 0x119796) is known color: Java. HEX triplet: 11, 97 and 96. RGB value is (17,151,150). Sum of RGB (Red+Green+Blue) = 17+151+150=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #119796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119796 is #EE6869. Grayscale: #6E6E6E. Windows color (decimal): -15624298 or 9869073. OLE color: 9869073.
HSL color Cylindrical-coordinate representation of color #119796: hue angle of 179.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119796 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 150 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.41 |
| HSL | 179.55º | 0.8% | 0.33% | - |
| HSV(B) | 179.55º | 0.89% | 0.59% | - |
| XYZ | 16.8 | 24.45 | 32.69 | - |
| YUV | 110.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 150 | 0.89 | 0 | 0.01 | 0.41 | 179.55 | 0.8 | 0.33 |
| Hex | 11 | 97 | 96 | 59 | 0 | 1 | 29 | B4 | 50 | 21 |
| Octal | 21 | 227 | 226 | 131 | 0 | 1 | 51 | 264 | 120 | 41 |
| Binary | 10001 | 10010111 | 10010110 | 1011001 | 0 | 1 | 101001 | 10110100 | 1010000 | 100001 |
Color Harmonies of #119796
Complementary color
Monochromatic Colors of #119796
Black with #119796
Text Example
Text Example
White with #119796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119796; }
p { color: rgb(17,151,150); }
H1.HeaderClassName
{
color: #119796;
}
.AnyTagClassName
{
color: #119796;
}
</style>
background-color css
<style>
a { background-color: #119796; }
a { background-color: rgb(17,151,150); }
div.DivClassName
{
background-color: #119796;
}
.BgClassName
{
background-color: #119796;
}
</style>
border-color css
<style>
span { border-color: #119796; }
span { border-color: rgb(17,151,150); }
td.TdClassName
{
border-color: #119796;
}
.TagClassName
{
border-color: #119796;
}
</style>