Shades of Java #119893
Tints of Java #119893
RGB
CMYK
RGB Variations
Color information
#119893 (or 0x119893) is known color: Java. HEX triplet: 11, 98 and 93. RGB value is (17,152,147). Sum of RGB (Red+Green+Blue) = 17+152+147=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #119893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119893 is #EE676C. Grayscale: #6E6E6E. Windows color (decimal): -15624045 or 9672721. OLE color: 9672721.
HSL color Cylindrical-coordinate representation of color #119893: hue angle of 177.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 #119893 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 147 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.40 |
| HSL | 177.78º | 0.8% | 0.33% | - |
| HSV(B) | 177.78º | 0.89% | 0.6% | - |
| XYZ | 16.73 | 24.68 | 31.49 | - |
| YUV | 111.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 147 | 0.89 | 0 | 0.03 | 0.40 | 177.78 | 0.8 | 0.33 |
| Hex | 11 | 98 | 93 | 59 | 0 | 3 | 28 | B2 | 50 | 21 |
| Octal | 21 | 230 | 223 | 131 | 0 | 3 | 50 | 262 | 120 | 41 |
| Binary | 10001 | 10011000 | 10010011 | 1011001 | 0 | 11 | 101000 | 10110010 | 1010000 | 100001 |
Color Harmonies of #119893
Complementary color
Monochromatic Colors of #119893
Black with #119893
Text Example
Text Example
White with #119893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119893; }
p { color: rgb(17,152,147); }
H1.HeaderClassName
{
color: #119893;
}
.AnyTagClassName
{
color: #119893;
}
</style>
background-color css
<style>
a { background-color: #119893; }
a { background-color: rgb(17,152,147); }
div.DivClassName
{
background-color: #119893;
}
.BgClassName
{
background-color: #119893;
}
</style>
border-color css
<style>
span { border-color: #119893; }
span { border-color: rgb(17,152,147); }
td.TdClassName
{
border-color: #119893;
}
.TagClassName
{
border-color: #119893;
}
</style>