Shades of Java #168894
Tints of Java #168894
RGB
CMYK
RGB Variations
Color information
#168894 (or 0x168894) is known color: Java. HEX triplet: 16, 88 and 94. RGB value is (22,136,148). Sum of RGB (Red+Green+Blue) = 22+136+148=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #168894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168894 is #E9776B. Grayscale: #676767. Windows color (decimal): -15300460 or 9734166. OLE color: 9734166.
HSL color Cylindrical-coordinate representation of color #168894: hue angle of 185.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168894 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 136 | 148 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.42 |
| HSL | 185.71º | 0.74% | 0.33% | - |
| HSV(B) | 185.71º | 0.85% | 0.58% | - |
| XYZ | 14.48 | 19.92 | 31.1 | - |
| YUV | 103.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 148 | 0.85 | 0.08 | 0 | 0.42 | 185.71 | 0.74 | 0.33 |
| Hex | 16 | 88 | 94 | 55 | 8 | 0 | 2A | BA | 4A | 21 |
| Octal | 26 | 210 | 224 | 125 | 10 | 0 | 52 | 272 | 112 | 41 |
| Binary | 10110 | 10001000 | 10010100 | 1010101 | 1000 | 0 | 101010 | 10111010 | 1001010 | 100001 |
Color Harmonies of #168894
Complementary color
Monochromatic Colors of #168894
Black with #168894
Text Example
Text Example
White with #168894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168894; }
p { color: rgb(22,136,148); }
H1.HeaderClassName
{
color: #168894;
}
.AnyTagClassName
{
color: #168894;
}
</style>
background-color css
<style>
a { background-color: #168894; }
a { background-color: rgb(22,136,148); }
div.DivClassName
{
background-color: #168894;
}
.BgClassName
{
background-color: #168894;
}
</style>
border-color css
<style>
span { border-color: #168894; }
span { border-color: rgb(22,136,148); }
td.TdClassName
{
border-color: #168894;
}
.TagClassName
{
border-color: #168894;
}
</style>