Shades of Java #119694
Tints of Java #119694
RGB
CMYK
RGB Variations
Color information
#119694 (or 0x119694) is known color: Java. HEX triplet: 11, 96 and 94. RGB value is (17,150,148). Sum of RGB (Red+Green+Blue) = 17+150+148=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #119694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119694 is #EE696B. Grayscale: #6D6D6D. Windows color (decimal): -15624556 or 9737745. OLE color: 9737745.
HSL color Cylindrical-coordinate representation of color #119694: hue angle of 179.1º 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 #119694 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 148 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.41 |
| HSL | 179.1º | 0.8% | 0.33% | - |
| HSV(B) | 179.1º | 0.89% | 0.59% | - |
| XYZ | 16.48 | 24.07 | 31.79 | - |
| YUV | 110.01 | 149.44 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 148 | 0.89 | 0 | 0.01 | 0.41 | 179.1 | 0.8 | 0.33 |
| Hex | 11 | 96 | 94 | 59 | 0 | 1 | 29 | B3 | 50 | 21 |
| Octal | 21 | 226 | 224 | 131 | 0 | 1 | 51 | 263 | 120 | 41 |
| Binary | 10001 | 10010110 | 10010100 | 1011001 | 0 | 1 | 101001 | 10110011 | 1010000 | 100001 |
Color Harmonies of #119694
Complementary color
Monochromatic Colors of #119694
Black with #119694
Text Example
Text Example
White with #119694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119694; }
p { color: rgb(17,150,148); }
H1.HeaderClassName
{
color: #119694;
}
.AnyTagClassName
{
color: #119694;
}
</style>
background-color css
<style>
a { background-color: #119694; }
a { background-color: rgb(17,150,148); }
div.DivClassName
{
background-color: #119694;
}
.BgClassName
{
background-color: #119694;
}
</style>
border-color css
<style>
span { border-color: #119694; }
span { border-color: rgb(17,150,148); }
td.TdClassName
{
border-color: #119694;
}
.TagClassName
{
border-color: #119694;
}
</style>