Shades of Java #119993
Tints of Java #119993
RGB
CMYK
RGB Variations
Color information
#119993 (or 0x119993) is known color: Java. HEX triplet: 11, 99 and 93. RGB value is (17,153,147). Sum of RGB (Red+Green+Blue) = 17+153+147=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #119993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119993 is #EE666C. Grayscale: #6F6F6F. Windows color (decimal): -15623789 or 9672977. OLE color: 9672977.
HSL color Cylindrical-coordinate representation of color #119993: hue angle of 177.35º 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 #119993 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 147 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.4 |
| HSL | 177.35º | 0.8% | 0.33% | - |
| HSV(B) | 177.35º | 0.89% | 0.6% | - |
| XYZ | 16.89 | 25.01 | 31.54 | - |
| YUV | 111.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 147 | 0.89 | 0 | 0.04 | 0.4 | 177.35 | 0.8 | 0.33 |
| Hex | 11 | 99 | 93 | 59 | 0 | 4 | 28 | B1 | 50 | 21 |
| Octal | 21 | 231 | 223 | 131 | 0 | 4 | 50 | 261 | 120 | 41 |
| Binary | 10001 | 10011001 | 10010011 | 1011001 | 0 | 100 | 101000 | 10110001 | 1010000 | 100001 |
Color Harmonies of #119993
Complementary color
Monochromatic Colors of #119993
Black with #119993
Text Example
Text Example
White with #119993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119993; }
p { color: rgb(17,153,147); }
H1.HeaderClassName
{
color: #119993;
}
.AnyTagClassName
{
color: #119993;
}
</style>
background-color css
<style>
a { background-color: #119993; }
a { background-color: rgb(17,153,147); }
div.DivClassName
{
background-color: #119993;
}
.BgClassName
{
background-color: #119993;
}
</style>
border-color css
<style>
span { border-color: #119993; }
span { border-color: rgb(17,153,147); }
td.TdClassName
{
border-color: #119993;
}
.TagClassName
{
border-color: #119993;
}
</style>