Shades of Java #168B9A
Tints of Java #168B9A
RGB
CMYK
RGB Variations
Color information
#168B9A (or 0x168B9A) is known color: Java. HEX triplet: 16, 8B and 9A. RGB value is (22,139,154). Sum of RGB (Red+Green+Blue) = 22+139+154=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #168B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B9A is #E97465. Grayscale: #696969. Windows color (decimal): -15299686 or 10128150. OLE color: 10128150.
HSL color Cylindrical-coordinate representation of color #168B9A: hue angle of 186.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168B9A is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 139 | 154 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.40 |
| HSL | 186.82º | 0.75% | 0.35% | - |
| HSV(B) | 186.82º | 0.86% | 0.6% | - |
| XYZ | 15.4 | 20.97 | 33.81 | - |
| YUV | 105.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 154 | 0.86 | 0.10 | 0 | 0.40 | 186.82 | 0.75 | 0.35 |
| Hex | 16 | 8B | 9A | 56 | A | 0 | 28 | BB | 4B | 23 |
| Octal | 26 | 213 | 232 | 126 | 12 | 0 | 50 | 273 | 113 | 43 |
| Binary | 10110 | 10001011 | 10011010 | 1010110 | 1010 | 0 | 101000 | 10111011 | 1001011 | 100011 |
Color Harmonies of #168B9A
Complementary color
Monochromatic Colors of #168B9A
Black with #168B9A
Text Example
Text Example
White with #168B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B9A; }
p { color: rgb(22,139,154); }
H1.HeaderClassName
{
color: #168B9A;
}
.AnyTagClassName
{
color: #168B9A;
}
</style>
background-color css
<style>
a { background-color: #168B9A; }
a { background-color: rgb(22,139,154); }
div.DivClassName
{
background-color: #168B9A;
}
.BgClassName
{
background-color: #168B9A;
}
</style>
border-color css
<style>
span { border-color: #168B9A; }
span { border-color: rgb(22,139,154); }
td.TdClassName
{
border-color: #168B9A;
}
.TagClassName
{
border-color: #168B9A;
}
</style>