Shades of Java #168795
Tints of Java #168795
RGB
CMYK
RGB Variations
Color information
#168795 (or 0x168795) is known color: Java. HEX triplet: 16, 87 and 95. RGB value is (22,135,149). Sum of RGB (Red+Green+Blue) = 22+135+149=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #168795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168795 is #E9786A. Grayscale: #666666. Windows color (decimal): -15300715 or 9799446. OLE color: 9799446.
HSL color Cylindrical-coordinate representation of color #168795: hue angle of 186.61º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168795 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 135 | 149 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.42 |
| HSL | 186.61º | 0.74% | 0.34% | - |
| HSV(B) | 186.61º | 0.85% | 0.58% | - |
| XYZ | 14.42 | 19.67 | 31.47 | - |
| YUV | 102.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 149 | 0.85 | 0.09 | 0 | 0.42 | 186.61 | 0.74 | 0.34 |
| Hex | 16 | 87 | 95 | 55 | 9 | 0 | 2A | BB | 4A | 22 |
| Octal | 26 | 207 | 225 | 125 | 11 | 0 | 52 | 273 | 112 | 42 |
| Binary | 10110 | 10000111 | 10010101 | 1010101 | 1001 | 0 | 101010 | 10111011 | 1001010 | 100010 |
Color Harmonies of #168795
Complementary color
Monochromatic Colors of #168795
Black with #168795
Text Example
Text Example
White with #168795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168795; }
p { color: rgb(22,135,149); }
H1.HeaderClassName
{
color: #168795;
}
.AnyTagClassName
{
color: #168795;
}
</style>
background-color css
<style>
a { background-color: #168795; }
a { background-color: rgb(22,135,149); }
div.DivClassName
{
background-color: #168795;
}
.BgClassName
{
background-color: #168795;
}
</style>
border-color css
<style>
span { border-color: #168795; }
span { border-color: rgb(22,135,149); }
td.TdClassName
{
border-color: #168795;
}
.TagClassName
{
border-color: #168795;
}
</style>