Shades of Java #168B96
Tints of Java #168B96
RGB
CMYK
RGB Variations
Color information
#168B96 (or 0x168B96) is known color: Java. HEX triplet: 16, 8B and 96. RGB value is (22,139,150). Sum of RGB (Red+Green+Blue) = 22+139+150=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #168B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B96 is #E97469. Grayscale: #696969. Windows color (decimal): -15299690 or 9866006. OLE color: 9866006.
HSL color Cylindrical-coordinate representation of color #168B96: hue angle of 185.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168B96 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 139 | 150 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.41 |
| HSL | 185.16º | 0.74% | 0.34% | - |
| HSV(B) | 185.16º | 0.85% | 0.59% | - |
| XYZ | 15.07 | 20.84 | 32.08 | - |
| YUV | 105.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 150 | 0.85 | 0.07 | 0 | 0.41 | 185.16 | 0.74 | 0.34 |
| Hex | 16 | 8B | 96 | 55 | 7 | 0 | 29 | B9 | 4A | 22 |
| Octal | 26 | 213 | 226 | 125 | 7 | 0 | 51 | 271 | 112 | 42 |
| Binary | 10110 | 10001011 | 10010110 | 1010101 | 111 | 0 | 101001 | 10111001 | 1001010 | 100010 |
Color Harmonies of #168B96
Complementary color
Monochromatic Colors of #168B96
Black with #168B96
Text Example
Text Example
White with #168B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B96; }
p { color: rgb(22,139,150); }
H1.HeaderClassName
{
color: #168B96;
}
.AnyTagClassName
{
color: #168B96;
}
</style>
background-color css
<style>
a { background-color: #168B96; }
a { background-color: rgb(22,139,150); }
div.DivClassName
{
background-color: #168B96;
}
.BgClassName
{
background-color: #168B96;
}
</style>
border-color css
<style>
span { border-color: #168B96; }
span { border-color: rgb(22,139,150); }
td.TdClassName
{
border-color: #168B96;
}
.TagClassName
{
border-color: #168B96;
}
</style>