Shades of Java #119396
Tints of Java #119396
RGB
CMYK
RGB Variations
Color information
#119396 (or 0x119396) is known color: Java. HEX triplet: 11, 93 and 96. RGB value is (17,147,150). Sum of RGB (Red+Green+Blue) = 17+147+150=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #119396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119396 is #EE6C69. Grayscale: #6C6C6C. Windows color (decimal): -15625322 or 9868049. OLE color: 9868049.
HSL color Cylindrical-coordinate representation of color #119396: hue angle of 181.35º 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 #119396 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 147 | 150 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.41 |
| HSL | 181.35º | 0.8% | 0.33% | - |
| HSV(B) | 181.35º | 0.89% | 0.59% | - |
| XYZ | 16.17 | 23.19 | 32.48 | - |
| YUV | 108.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 150 | 0.89 | 0.02 | 0 | 0.41 | 181.35 | 0.8 | 0.33 |
| Hex | 11 | 93 | 96 | 59 | 2 | 0 | 29 | B5 | 50 | 21 |
| Octal | 21 | 223 | 226 | 131 | 2 | 0 | 51 | 265 | 120 | 41 |
| Binary | 10001 | 10010011 | 10010110 | 1011001 | 10 | 0 | 101001 | 10110101 | 1010000 | 100001 |
Color Harmonies of #119396
Complementary color
Monochromatic Colors of #119396
Black with #119396
Text Example
Text Example
White with #119396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119396; }
p { color: rgb(17,147,150); }
H1.HeaderClassName
{
color: #119396;
}
.AnyTagClassName
{
color: #119396;
}
</style>
background-color css
<style>
a { background-color: #119396; }
a { background-color: rgb(17,147,150); }
div.DivClassName
{
background-color: #119396;
}
.BgClassName
{
background-color: #119396;
}
</style>
border-color css
<style>
span { border-color: #119396; }
span { border-color: rgb(17,147,150); }
td.TdClassName
{
border-color: #119396;
}
.TagClassName
{
border-color: #119396;
}
</style>