Shades of Java #168D9D
Tints of Java #168D9D
RGB
CMYK
RGB Variations
Color information
#168D9D (or 0x168D9D) is known color: Java. HEX triplet: 16, 8D and 9D. RGB value is (22,141,157). Sum of RGB (Red+Green+Blue) = 22+141+157=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #168D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D9D is #E97262. Grayscale: #6B6B6B. Windows color (decimal): -15299171 or 10325270. OLE color: 10325270.
HSL color Cylindrical-coordinate representation of color #168D9D: hue angle of 187.11º 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 #168D9D is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 141 | 157 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.38 |
| HSL | 187.11º | 0.75% | 0.35% | - |
| HSV(B) | 187.11º | 0.86% | 0.62% | - |
| XYZ | 15.94 | 21.65 | 35.24 | - |
| YUV | 107.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 157 | 0.86 | 0.10 | 0 | 0.38 | 187.11 | 0.75 | 0.35 |
| Hex | 16 | 8D | 9D | 56 | A | 0 | 26 | BB | 4B | 23 |
| Octal | 26 | 215 | 235 | 126 | 12 | 0 | 46 | 273 | 113 | 43 |
| Binary | 10110 | 10001101 | 10011101 | 1010110 | 1010 | 0 | 100110 | 10111011 | 1001011 | 100011 |
Color Harmonies of #168D9D
Complementary color
Monochromatic Colors of #168D9D
Black with #168D9D
Text Example
Text Example
White with #168D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D9D; }
p { color: rgb(22,141,157); }
H1.HeaderClassName
{
color: #168D9D;
}
.AnyTagClassName
{
color: #168D9D;
}
</style>
background-color css
<style>
a { background-color: #168D9D; }
a { background-color: rgb(22,141,157); }
div.DivClassName
{
background-color: #168D9D;
}
.BgClassName
{
background-color: #168D9D;
}
</style>
border-color css
<style>
span { border-color: #168D9D; }
span { border-color: rgb(22,141,157); }
td.TdClassName
{
border-color: #168D9D;
}
.TagClassName
{
border-color: #168D9D;
}
</style>