Shades of Java #168B9B
Tints of Java #168B9B
RGB
CMYK
RGB Variations
Color information
#168B9B (or 0x168B9B) is known color: Java. HEX triplet: 16, 8B and 9B. RGB value is (22,139,155). Sum of RGB (Red+Green+Blue) = 22+139+155=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #168B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B9B is #E97464. Grayscale: #696969. Windows color (decimal): -15299685 or 10193686. OLE color: 10193686.
HSL color Cylindrical-coordinate representation of color #168B9B: hue angle of 187.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168B9B is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 139 | 155 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.39 |
| HSL | 187.22º | 0.75% | 0.35% | - |
| HSV(B) | 187.22º | 0.86% | 0.61% | - |
| XYZ | 15.48 | 21 | 34.25 | - |
| YUV | 105.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 155 | 0.86 | 0.10 | 0 | 0.39 | 187.22 | 0.75 | 0.35 |
| Hex | 16 | 8B | 9B | 56 | A | 0 | 27 | BB | 4B | 23 |
| Octal | 26 | 213 | 233 | 126 | 12 | 0 | 47 | 273 | 113 | 43 |
| Binary | 10110 | 10001011 | 10011011 | 1010110 | 1010 | 0 | 100111 | 10111011 | 1001011 | 100011 |
Color Harmonies of #168B9B
Complementary color
Monochromatic Colors of #168B9B
Black with #168B9B
Text Example
Text Example
White with #168B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B9B; }
p { color: rgb(22,139,155); }
H1.HeaderClassName
{
color: #168B9B;
}
.AnyTagClassName
{
color: #168B9B;
}
</style>
background-color css
<style>
a { background-color: #168B9B; }
a { background-color: rgb(22,139,155); }
div.DivClassName
{
background-color: #168B9B;
}
.BgClassName
{
background-color: #168B9B;
}
</style>
border-color css
<style>
span { border-color: #168B9B; }
span { border-color: rgb(22,139,155); }
td.TdClassName
{
border-color: #168B9B;
}
.TagClassName
{
border-color: #168B9B;
}
</style>