Shades of Java #168F9D
Tints of Java #168F9D
RGB
CMYK
RGB Variations
Color information
#168F9D (or 0x168F9D) is known color: Java. HEX triplet: 16, 8F and 9D. RGB value is (22,143,157). Sum of RGB (Red+Green+Blue) = 22+143+157=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #168F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F9D is #E97062. Grayscale: #6C6C6C. Windows color (decimal): -15298659 or 10325782. OLE color: 10325782.
HSL color Cylindrical-coordinate representation of color #168F9D: hue angle of 186.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168F9D is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 143 | 157 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.38 |
| HSL | 186.22º | 0.75% | 0.35% | - |
| HSV(B) | 186.22º | 0.86% | 0.62% | - |
| XYZ | 16.24 | 22.25 | 35.34 | - |
| YUV | 108.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 157 | 0.86 | 0.09 | 0 | 0.38 | 186.22 | 0.75 | 0.35 |
| Hex | 16 | 8F | 9D | 56 | 9 | 0 | 26 | BA | 4B | 23 |
| Octal | 26 | 217 | 235 | 126 | 11 | 0 | 46 | 272 | 113 | 43 |
| Binary | 10110 | 10001111 | 10011101 | 1010110 | 1001 | 0 | 100110 | 10111010 | 1001011 | 100011 |
Color Harmonies of #168F9D
Complementary color
Monochromatic Colors of #168F9D
Black with #168F9D
Text Example
Text Example
White with #168F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F9D; }
p { color: rgb(22,143,157); }
H1.HeaderClassName
{
color: #168F9D;
}
.AnyTagClassName
{
color: #168F9D;
}
</style>
background-color css
<style>
a { background-color: #168F9D; }
a { background-color: rgb(22,143,157); }
div.DivClassName
{
background-color: #168F9D;
}
.BgClassName
{
background-color: #168F9D;
}
</style>
border-color css
<style>
span { border-color: #168F9D; }
span { border-color: rgb(22,143,157); }
td.TdClassName
{
border-color: #168F9D;
}
.TagClassName
{
border-color: #168F9D;
}
</style>