Shades of Java #168896
Tints of Java #168896
RGB
CMYK
RGB Variations
Color information
#168896 (or 0x168896) is known color: Java. HEX triplet: 16, 88 and 96. RGB value is (22,136,150). Sum of RGB (Red+Green+Blue) = 22+136+150=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #168896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168896 is #E97769. Grayscale: #676767. Windows color (decimal): -15300458 or 9865238. OLE color: 9865238.
HSL color Cylindrical-coordinate representation of color #168896: hue angle of 186.56º 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 #168896 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 136 | 150 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.41 |
| HSL | 186.56º | 0.74% | 0.34% | - |
| HSV(B) | 186.56º | 0.85% | 0.59% | - |
| XYZ | 14.64 | 19.98 | 31.94 | - |
| YUV | 103.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 150 | 0.85 | 0.09 | 0 | 0.41 | 186.56 | 0.74 | 0.34 |
| Hex | 16 | 88 | 96 | 55 | 9 | 0 | 29 | BB | 4A | 22 |
| Octal | 26 | 210 | 226 | 125 | 11 | 0 | 51 | 273 | 112 | 42 |
| Binary | 10110 | 10001000 | 10010110 | 1010101 | 1001 | 0 | 101001 | 10111011 | 1001010 | 100010 |
Color Harmonies of #168896
Complementary color
Monochromatic Colors of #168896
Black with #168896
Text Example
Text Example
White with #168896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168896; }
p { color: rgb(22,136,150); }
H1.HeaderClassName
{
color: #168896;
}
.AnyTagClassName
{
color: #168896;
}
</style>
background-color css
<style>
a { background-color: #168896; }
a { background-color: rgb(22,136,150); }
div.DivClassName
{
background-color: #168896;
}
.BgClassName
{
background-color: #168896;
}
</style>
border-color css
<style>
span { border-color: #168896; }
span { border-color: rgb(22,136,150); }
td.TdClassName
{
border-color: #168896;
}
.TagClassName
{
border-color: #168896;
}
</style>