Shades of Java #168D98
Tints of Java #168D98
RGB
CMYK
RGB Variations
Color information
#168D98 (or 0x168D98) is known color: Java. HEX triplet: 16, 8D and 98. RGB value is (22,141,152). Sum of RGB (Red+Green+Blue) = 22+141+152=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #168D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D98 is #E97267. Grayscale: #6A6A6A. Windows color (decimal): -15299176 or 9997590. OLE color: 9997590.
HSL color Cylindrical-coordinate representation of color #168D98: hue angle of 185.08º 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 #168D98 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 141 | 152 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.40 |
| HSL | 185.08º | 0.75% | 0.34% | - |
| HSV(B) | 185.08º | 0.86% | 0.6% | - |
| XYZ | 15.52 | 21.49 | 33.04 | - |
| YUV | 106.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 152 | 0.86 | 0.07 | 0 | 0.40 | 185.08 | 0.75 | 0.34 |
| Hex | 16 | 8D | 98 | 56 | 7 | 0 | 28 | B9 | 4B | 22 |
| Octal | 26 | 215 | 230 | 126 | 7 | 0 | 50 | 271 | 113 | 42 |
| Binary | 10110 | 10001101 | 10011000 | 1010110 | 111 | 0 | 101000 | 10111001 | 1001011 | 100010 |
Color Harmonies of #168D98
Complementary color
Monochromatic Colors of #168D98
Black with #168D98
Text Example
Text Example
White with #168D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D98; }
p { color: rgb(22,141,152); }
H1.HeaderClassName
{
color: #168D98;
}
.AnyTagClassName
{
color: #168D98;
}
</style>
background-color css
<style>
a { background-color: #168D98; }
a { background-color: rgb(22,141,152); }
div.DivClassName
{
background-color: #168D98;
}
.BgClassName
{
background-color: #168D98;
}
</style>
border-color css
<style>
span { border-color: #168D98; }
span { border-color: rgb(22,141,152); }
td.TdClassName
{
border-color: #168D98;
}
.TagClassName
{
border-color: #168D98;
}
</style>