Shades of Java #168B99
Tints of Java #168B99
RGB
CMYK
RGB Variations
Color information
#168B99 (or 0x168B99) is known color: Java. HEX triplet: 16, 8B and 99. RGB value is (22,139,153). Sum of RGB (Red+Green+Blue) = 22+139+153=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #168B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B99 is #E97466. Grayscale: #696969. Windows color (decimal): -15299687 or 10062614. OLE color: 10062614.
HSL color Cylindrical-coordinate representation of color #168B99: hue angle of 186.41º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168B99 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 139 | 153 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.4 |
| HSL | 186.41º | 0.75% | 0.34% | - |
| HSV(B) | 186.41º | 0.86% | 0.6% | - |
| XYZ | 15.31 | 20.94 | 33.37 | - |
| YUV | 105.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 153 | 0.86 | 0.09 | 0 | 0.4 | 186.41 | 0.75 | 0.34 |
| Hex | 16 | 8B | 99 | 56 | 9 | 0 | 28 | BA | 4B | 22 |
| Octal | 26 | 213 | 231 | 126 | 11 | 0 | 50 | 272 | 113 | 42 |
| Binary | 10110 | 10001011 | 10011001 | 1010110 | 1001 | 0 | 101000 | 10111010 | 1001011 | 100010 |
Color Harmonies of #168B99
Complementary color
Monochromatic Colors of #168B99
Black with #168B99
Text Example
Text Example
White with #168B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B99; }
p { color: rgb(22,139,153); }
H1.HeaderClassName
{
color: #168B99;
}
.AnyTagClassName
{
color: #168B99;
}
</style>
background-color css
<style>
a { background-color: #168B99; }
a { background-color: rgb(22,139,153); }
div.DivClassName
{
background-color: #168B99;
}
.BgClassName
{
background-color: #168B99;
}
</style>
border-color css
<style>
span { border-color: #168B99; }
span { border-color: rgb(22,139,153); }
td.TdClassName
{
border-color: #168B99;
}
.TagClassName
{
border-color: #168B99;
}
</style>