Shades of Java #168A99
Tints of Java #168A99
RGB
CMYK
RGB Variations
Color information
#168A99 (or 0x168A99) is known color: Java. HEX triplet: 16, 8A and 99. RGB value is (22,138,153). Sum of RGB (Red+Green+Blue) = 22+138+153=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #168A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A99 is #E97566. Grayscale: #686868. Windows color (decimal): -15299943 or 10062358. OLE color: 10062358.
HSL color Cylindrical-coordinate representation of color #168A99: hue angle of 186.87º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168A99 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 138 | 153 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.4 |
| HSL | 186.87º | 0.75% | 0.34% | - |
| HSV(B) | 186.87º | 0.86% | 0.6% | - |
| XYZ | 15.17 | 20.65 | 33.32 | - |
| YUV | 105.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 153 | 0.86 | 0.10 | 0 | 0.4 | 186.87 | 0.75 | 0.34 |
| Hex | 16 | 8A | 99 | 56 | A | 0 | 28 | BB | 4B | 22 |
| Octal | 26 | 212 | 231 | 126 | 12 | 0 | 50 | 273 | 113 | 42 |
| Binary | 10110 | 10001010 | 10011001 | 1010110 | 1010 | 0 | 101000 | 10111011 | 1001011 | 100010 |
Color Harmonies of #168A99
Complementary color
Monochromatic Colors of #168A99
Black with #168A99
Text Example
Text Example
White with #168A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A99; }
p { color: rgb(22,138,153); }
H1.HeaderClassName
{
color: #168A99;
}
.AnyTagClassName
{
color: #168A99;
}
</style>
background-color css
<style>
a { background-color: #168A99; }
a { background-color: rgb(22,138,153); }
div.DivClassName
{
background-color: #168A99;
}
.BgClassName
{
background-color: #168A99;
}
</style>
border-color css
<style>
span { border-color: #168A99; }
span { border-color: rgb(22,138,153); }
td.TdClassName
{
border-color: #168A99;
}
.TagClassName
{
border-color: #168A99;
}
</style>