Shades of Java #168D96
Tints of Java #168D96
RGB
CMYK
RGB Variations
Color information
#168D96 (or 0x168D96) is known color: Java. HEX triplet: 16, 8D and 96. RGB value is (22,141,150). Sum of RGB (Red+Green+Blue) = 22+141+150=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #168D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D96 is #E97269. Grayscale: #6A6A6A. Windows color (decimal): -15299178 or 9866518. OLE color: 9866518.
HSL color Cylindrical-coordinate representation of color #168D96: hue angle of 184.22º 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 #168D96 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 141 | 150 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.41 |
| HSL | 184.22º | 0.74% | 0.34% | - |
| HSV(B) | 184.22º | 0.85% | 0.59% | - |
| XYZ | 15.36 | 21.42 | 32.18 | - |
| YUV | 106.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 150 | 0.85 | 0.06 | 0 | 0.41 | 184.22 | 0.74 | 0.34 |
| Hex | 16 | 8D | 96 | 55 | 6 | 0 | 29 | B8 | 4A | 22 |
| Octal | 26 | 215 | 226 | 125 | 6 | 0 | 51 | 270 | 112 | 42 |
| Binary | 10110 | 10001101 | 10010110 | 1010101 | 110 | 0 | 101001 | 10111000 | 1001010 | 100010 |
Color Harmonies of #168D96
Complementary color
Monochromatic Colors of #168D96
Black with #168D96
Text Example
Text Example
White with #168D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D96; }
p { color: rgb(22,141,150); }
H1.HeaderClassName
{
color: #168D96;
}
.AnyTagClassName
{
color: #168D96;
}
</style>
background-color css
<style>
a { background-color: #168D96; }
a { background-color: rgb(22,141,150); }
div.DivClassName
{
background-color: #168D96;
}
.BgClassName
{
background-color: #168D96;
}
</style>
border-color css
<style>
span { border-color: #168D96; }
span { border-color: rgb(22,141,150); }
td.TdClassName
{
border-color: #168D96;
}
.TagClassName
{
border-color: #168D96;
}
</style>