Shades of Java #119498
Tints of Java #119498
RGB
CMYK
RGB Variations
Color information
#119498 (or 0x119498) is known color: Java. HEX triplet: 11, 94 and 98. RGB value is (17,148,152). Sum of RGB (Red+Green+Blue) = 17+148+152=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #119498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119498 is #EE6B67. Grayscale: #6D6D6D. Windows color (decimal): -15625064 or 9999377. OLE color: 9999377.
HSL color Cylindrical-coordinate representation of color #119498: hue angle of 181.78º 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 #119498 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 148 | 152 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.40 |
| HSL | 181.78º | 0.8% | 0.33% | - |
| HSV(B) | 181.78º | 0.89% | 0.6% | - |
| XYZ | 16.49 | 23.57 | 33.39 | - |
| YUV | 109.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 152 | 0.89 | 0.03 | 0 | 0.40 | 181.78 | 0.8 | 0.33 |
| Hex | 11 | 94 | 98 | 59 | 3 | 0 | 28 | B6 | 50 | 21 |
| Octal | 21 | 224 | 230 | 131 | 3 | 0 | 50 | 266 | 120 | 41 |
| Binary | 10001 | 10010100 | 10011000 | 1011001 | 11 | 0 | 101000 | 10110110 | 1010000 | 100001 |
Color Harmonies of #119498
Complementary color
Monochromatic Colors of #119498
Black with #119498
Text Example
Text Example
White with #119498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119498; }
p { color: rgb(17,148,152); }
H1.HeaderClassName
{
color: #119498;
}
.AnyTagClassName
{
color: #119498;
}
</style>
background-color css
<style>
a { background-color: #119498; }
a { background-color: rgb(17,148,152); }
div.DivClassName
{
background-color: #119498;
}
.BgClassName
{
background-color: #119498;
}
</style>
border-color css
<style>
span { border-color: #119498; }
span { border-color: rgb(17,148,152); }
td.TdClassName
{
border-color: #119498;
}
.TagClassName
{
border-color: #119498;
}
</style>