Shades of Java #168A97
Tints of Java #168A97
RGB
CMYK
RGB Variations
Color information
#168A97 (or 0x168A97) is known color: Java. HEX triplet: 16, 8A and 97. RGB value is (22,138,151). Sum of RGB (Red+Green+Blue) = 22+138+151=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #168A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A97 is #E97568. Grayscale: #686868. Windows color (decimal): -15299945 or 9931286. OLE color: 9931286.
HSL color Cylindrical-coordinate representation of color #168A97: hue angle of 186.05º 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 #168A97 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 138 | 151 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.41 |
| HSL | 186.05º | 0.75% | 0.34% | - |
| HSV(B) | 186.05º | 0.85% | 0.59% | - |
| XYZ | 15.01 | 20.58 | 32.46 | - |
| YUV | 104.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 151 | 0.85 | 0.09 | 0 | 0.41 | 186.05 | 0.75 | 0.34 |
| Hex | 16 | 8A | 97 | 55 | 9 | 0 | 29 | BA | 4B | 22 |
| Octal | 26 | 212 | 227 | 125 | 11 | 0 | 51 | 272 | 113 | 42 |
| Binary | 10110 | 10001010 | 10010111 | 1010101 | 1001 | 0 | 101001 | 10111010 | 1001011 | 100010 |
Color Harmonies of #168A97
Complementary color
Monochromatic Colors of #168A97
Black with #168A97
Text Example
Text Example
White with #168A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A97; }
p { color: rgb(22,138,151); }
H1.HeaderClassName
{
color: #168A97;
}
.AnyTagClassName
{
color: #168A97;
}
</style>
background-color css
<style>
a { background-color: #168A97; }
a { background-color: rgb(22,138,151); }
div.DivClassName
{
background-color: #168A97;
}
.BgClassName
{
background-color: #168A97;
}
</style>
border-color css
<style>
span { border-color: #168A97; }
span { border-color: rgb(22,138,151); }
td.TdClassName
{
border-color: #168A97;
}
.TagClassName
{
border-color: #168A97;
}
</style>