Shades of Java #119593
Tints of Java #119593
RGB
CMYK
RGB Variations
Color information
#119593 (or 0x119593) is known color: Java. HEX triplet: 11, 95 and 93. RGB value is (17,149,147). Sum of RGB (Red+Green+Blue) = 17+149+147=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #119593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119593 is #EE6A6C. Grayscale: #6D6D6D. Windows color (decimal): -15624813 or 9671953. OLE color: 9671953.
HSL color Cylindrical-coordinate representation of color #119593: hue angle of 179.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119593 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 147 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.42 |
| HSL | 179.09º | 0.8% | 0.33% | - |
| HSV(B) | 179.09º | 0.89% | 0.58% | - |
| XYZ | 16.25 | 23.72 | 31.33 | - |
| YUV | 109.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 147 | 0.89 | 0 | 0.01 | 0.42 | 179.09 | 0.8 | 0.33 |
| Hex | 11 | 95 | 93 | 59 | 0 | 1 | 2A | B3 | 50 | 21 |
| Octal | 21 | 225 | 223 | 131 | 0 | 1 | 52 | 263 | 120 | 41 |
| Binary | 10001 | 10010101 | 10010011 | 1011001 | 0 | 1 | 101010 | 10110011 | 1010000 | 100001 |
Color Harmonies of #119593
Complementary color
Monochromatic Colors of #119593
Black with #119593
Text Example
Text Example
White with #119593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119593; }
p { color: rgb(17,149,147); }
H1.HeaderClassName
{
color: #119593;
}
.AnyTagClassName
{
color: #119593;
}
</style>
background-color css
<style>
a { background-color: #119593; }
a { background-color: rgb(17,149,147); }
div.DivClassName
{
background-color: #119593;
}
.BgClassName
{
background-color: #119593;
}
</style>
border-color css
<style>
span { border-color: #119593; }
span { border-color: rgb(17,149,147); }
td.TdClassName
{
border-color: #119593;
}
.TagClassName
{
border-color: #119593;
}
</style>