Shades of Java #168694
Tints of Java #168694
RGB
CMYK
RGB Variations
Color information
#168694 (or 0x168694) is known color: Java. HEX triplet: 16, 86 and 94. RGB value is (22,134,148). Sum of RGB (Red+Green+Blue) = 22+134+148=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #168694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168694 is #E9796B. Grayscale: #656565. Windows color (decimal): -15300972 or 9733654. OLE color: 9733654.
HSL color Cylindrical-coordinate representation of color #168694: hue angle of 186.67º 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 #168694 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 134 | 148 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.42 |
| HSL | 186.67º | 0.74% | 0.33% | - |
| HSV(B) | 186.67º | 0.85% | 0.58% | - |
| XYZ | 14.2 | 19.36 | 31.01 | - |
| YUV | 102.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 148 | 0.85 | 0.09 | 0 | 0.42 | 186.67 | 0.74 | 0.33 |
| Hex | 16 | 86 | 94 | 55 | 9 | 0 | 2A | BB | 4A | 21 |
| Octal | 26 | 206 | 224 | 125 | 11 | 0 | 52 | 273 | 112 | 41 |
| Binary | 10110 | 10000110 | 10010100 | 1010101 | 1001 | 0 | 101010 | 10111011 | 1001010 | 100001 |
Color Harmonies of #168694
Complementary color
Monochromatic Colors of #168694
Black with #168694
Text Example
Text Example
White with #168694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168694; }
p { color: rgb(22,134,148); }
H1.HeaderClassName
{
color: #168694;
}
.AnyTagClassName
{
color: #168694;
}
</style>
background-color css
<style>
a { background-color: #168694; }
a { background-color: rgb(22,134,148); }
div.DivClassName
{
background-color: #168694;
}
.BgClassName
{
background-color: #168694;
}
</style>
border-color css
<style>
span { border-color: #168694; }
span { border-color: rgb(22,134,148); }
td.TdClassName
{
border-color: #168694;
}
.TagClassName
{
border-color: #168694;
}
</style>