Shades of Java #168F99
Tints of Java #168F99
RGB
CMYK
RGB Variations
Color information
#168F99 (or 0x168F99) is known color: Java. HEX triplet: 16, 8F and 99. RGB value is (22,143,153). Sum of RGB (Red+Green+Blue) = 22+143+153=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #168F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F99 is #E97066. Grayscale: #6B6B6B. Windows color (decimal): -15298663 or 10063638. OLE color: 10063638.
HSL color Cylindrical-coordinate representation of color #168F99: hue angle of 184.58º 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 #168F99 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 143 | 153 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.4 |
| HSL | 184.58º | 0.75% | 0.34% | - |
| HSV(B) | 184.58º | 0.86% | 0.6% | - |
| XYZ | 15.9 | 22.12 | 33.57 | - |
| YUV | 107.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 153 | 0.86 | 0.07 | 0 | 0.4 | 184.58 | 0.75 | 0.34 |
| Hex | 16 | 8F | 99 | 56 | 7 | 0 | 28 | B9 | 4B | 22 |
| Octal | 26 | 217 | 231 | 126 | 7 | 0 | 50 | 271 | 113 | 42 |
| Binary | 10110 | 10001111 | 10011001 | 1010110 | 111 | 0 | 101000 | 10111001 | 1001011 | 100010 |
Color Harmonies of #168F99
Complementary color
Monochromatic Colors of #168F99
Black with #168F99
Text Example
Text Example
White with #168F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F99; }
p { color: rgb(22,143,153); }
H1.HeaderClassName
{
color: #168F99;
}
.AnyTagClassName
{
color: #168F99;
}
</style>
background-color css
<style>
a { background-color: #168F99; }
a { background-color: rgb(22,143,153); }
div.DivClassName
{
background-color: #168F99;
}
.BgClassName
{
background-color: #168F99;
}
</style>
border-color css
<style>
span { border-color: #168F99; }
span { border-color: rgb(22,143,153); }
td.TdClassName
{
border-color: #168F99;
}
.TagClassName
{
border-color: #168F99;
}
</style>