Shades of Java #168997
Tints of Java #168997
RGB
CMYK
RGB Variations
Color information
#168997 (or 0x168997) is known color: Java. HEX triplet: 16, 89 and 97. RGB value is (22,137,151). Sum of RGB (Red+Green+Blue) = 22+137+151=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #168997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168997 is #E97668. Grayscale: #686868. Windows color (decimal): -15300201 or 9931030. OLE color: 9931030.
HSL color Cylindrical-coordinate representation of color #168997: hue angle of 186.51º degrees, saturation: 0.75, 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 #168997 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 137 | 151 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.41 |
| HSL | 186.51º | 0.75% | 0.34% | - |
| HSV(B) | 186.51º | 0.85% | 0.59% | - |
| XYZ | 14.86 | 20.3 | 32.41 | - |
| YUV | 104.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 151 | 0.85 | 0.09 | 0 | 0.41 | 186.51 | 0.75 | 0.34 |
| Hex | 16 | 89 | 97 | 55 | 9 | 0 | 29 | BB | 4B | 22 |
| Octal | 26 | 211 | 227 | 125 | 11 | 0 | 51 | 273 | 113 | 42 |
| Binary | 10110 | 10001001 | 10010111 | 1010101 | 1001 | 0 | 101001 | 10111011 | 1001011 | 100010 |
Color Harmonies of #168997
Complementary color
Monochromatic Colors of #168997
Black with #168997
Text Example
Text Example
White with #168997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168997; }
p { color: rgb(22,137,151); }
H1.HeaderClassName
{
color: #168997;
}
.AnyTagClassName
{
color: #168997;
}
</style>
background-color css
<style>
a { background-color: #168997; }
a { background-color: rgb(22,137,151); }
div.DivClassName
{
background-color: #168997;
}
.BgClassName
{
background-color: #168997;
}
</style>
border-color css
<style>
span { border-color: #168997; }
span { border-color: rgb(22,137,151); }
td.TdClassName
{
border-color: #168997;
}
.TagClassName
{
border-color: #168997;
}
</style>