Shades of Java #169685
Tints of Java #169685
RGB
CMYK
RGB Variations
Color information
#169685 (or 0x169685) is known color: Java. HEX triplet: 16, 96 and 85. RGB value is (22,150,133). Sum of RGB (Red+Green+Blue) = 22+150+133=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #169685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169685 is #E9697A. Grayscale: #6D6D6D. Windows color (decimal): -15296891 or 8754710. OLE color: 8754710.
HSL color Cylindrical-coordinate representation of color #169685: hue angle of 172.03º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169685 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 133 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.41 |
| HSL | 172.03º | 0.74% | 0.34% | - |
| HSV(B) | 172.03º | 0.85% | 0.59% | - |
| XYZ | 15.47 | 23.68 | 25.94 | - |
| YUV | 109.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 133 | 0.85 | 0 | 0.11 | 0.41 | 172.03 | 0.74 | 0.34 |
| Hex | 16 | 96 | 85 | 55 | 0 | B | 29 | AC | 4A | 22 |
| Octal | 26 | 226 | 205 | 125 | 0 | 13 | 51 | 254 | 112 | 42 |
| Binary | 10110 | 10010110 | 10000101 | 1010101 | 0 | 1011 | 101001 | 10101100 | 1001010 | 100010 |
Color Harmonies of #169685
Complementary color
Monochromatic Colors of #169685
Black with #169685
Text Example
Text Example
White with #169685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169685; }
p { color: rgb(22,150,133); }
H1.HeaderClassName
{
color: #169685;
}
.AnyTagClassName
{
color: #169685;
}
</style>
background-color css
<style>
a { background-color: #169685; }
a { background-color: rgb(22,150,133); }
div.DivClassName
{
background-color: #169685;
}
.BgClassName
{
background-color: #169685;
}
</style>
border-color css
<style>
span { border-color: #169685; }
span { border-color: rgb(22,150,133); }
td.TdClassName
{
border-color: #169685;
}
.TagClassName
{
border-color: #169685;
}
</style>