Shades of Java #119A9A
Tints of Java #119A9A
RGB
CMYK
RGB Variations
Color information
#119A9A (or 0x119A9A) is known color: Java. HEX triplet: 11, 9A and 9A. RGB value is (17,154,154). Sum of RGB (Red+Green+Blue) = 17+154+154=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #119A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119A9A is #EE6565. Grayscale: #707070. Windows color (decimal): -15623526 or 10131985. OLE color: 10131985.
HSL color Cylindrical-coordinate representation of color #119A9A: hue angle of 180º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A9A is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 154 | - |
| CMYK | 0.89 | 0 | 0 | 0.40 |
| HSL | 180º | 0.8% | 0.34% | - |
| HSV(B) | 180º | 0.89% | 0.6% | - |
| XYZ | 17.62 | 25.56 | 34.58 | - |
| YUV | 113.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 154 | 0.89 | 0 | 0 | 0.40 | 180 | 0.8 | 0.34 |
| Hex | 11 | 9A | 9A | 59 | 0 | 0 | 28 | B4 | 50 | 22 |
| Octal | 21 | 232 | 232 | 131 | 0 | 0 | 50 | 264 | 120 | 42 |
| Binary | 10001 | 10011010 | 10011010 | 1011001 | 0 | 0 | 101000 | 10110100 | 1010000 | 100010 |
Color Harmonies of #119A9A
Complementary color
Monochromatic Colors of #119A9A
Black with #119A9A
Text Example
Text Example
White with #119A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A9A; }
p { color: rgb(17,154,154); }
H1.HeaderClassName
{
color: #119A9A;
}
.AnyTagClassName
{
color: #119A9A;
}
</style>
background-color css
<style>
a { background-color: #119A9A; }
a { background-color: rgb(17,154,154); }
div.DivClassName
{
background-color: #119A9A;
}
.BgClassName
{
background-color: #119A9A;
}
</style>
border-color css
<style>
span { border-color: #119A9A; }
span { border-color: rgb(17,154,154); }
td.TdClassName
{
border-color: #119A9A;
}
.TagClassName
{
border-color: #119A9A;
}
</style>