Shades of Java #168791
Tints of Java #168791
RGB
CMYK
RGB Variations
Color information
#168791 (or 0x168791) is known color: Java. HEX triplet: 16, 87 and 91. RGB value is (22,135,145). Sum of RGB (Red+Green+Blue) = 22+135+145=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #168791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168791 is #E9786E. Grayscale: #666666. Windows color (decimal): -15300719 or 9537302. OLE color: 9537302.
HSL color Cylindrical-coordinate representation of color #168791: hue angle of 184.88º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168791 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 135 | 145 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.43 |
| HSL | 184.88º | 0.74% | 0.33% | - |
| HSV(B) | 184.88º | 0.85% | 0.57% | - |
| XYZ | 14.11 | 19.54 | 29.82 | - |
| YUV | 102.35 | 152.06 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 145 | 0.85 | 0.07 | 0 | 0.43 | 184.88 | 0.74 | 0.33 |
| Hex | 16 | 87 | 91 | 55 | 7 | 0 | 2B | B9 | 4A | 21 |
| Octal | 26 | 207 | 221 | 125 | 7 | 0 | 53 | 271 | 112 | 41 |
| Binary | 10110 | 10000111 | 10010001 | 1010101 | 111 | 0 | 101011 | 10111001 | 1001010 | 100001 |
Color Harmonies of #168791
Complementary color
Monochromatic Colors of #168791
Black with #168791
Text Example
Text Example
White with #168791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168791; }
p { color: rgb(22,135,145); }
H1.HeaderClassName
{
color: #168791;
}
.AnyTagClassName
{
color: #168791;
}
</style>
background-color css
<style>
a { background-color: #168791; }
a { background-color: rgb(22,135,145); }
div.DivClassName
{
background-color: #168791;
}
.BgClassName
{
background-color: #168791;
}
</style>
border-color css
<style>
span { border-color: #168791; }
span { border-color: rgb(22,135,145); }
td.TdClassName
{
border-color: #168791;
}
.TagClassName
{
border-color: #168791;
}
</style>