Shades of Java #169693
Tints of Java #169693
RGB
CMYK
RGB Variations
Color information
#169693 (or 0x169693) is known color: Java. HEX triplet: 16, 96 and 93. RGB value is (22,150,147). Sum of RGB (Red+Green+Blue) = 22+150+147=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #169693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169693 is #E9696C. Grayscale: #6F6F6F. Windows color (decimal): -15296877 or 9672214. OLE color: 9672214.
HSL color Cylindrical-coordinate representation of color #169693: hue angle of 178.59º 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 #169693 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 147 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.41 |
| HSL | 178.59º | 0.74% | 0.34% | - |
| HSV(B) | 178.59º | 0.85% | 0.59% | - |
| XYZ | 16.5 | 24.09 | 31.38 | - |
| YUV | 111.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 147 | 0.85 | 0 | 0.02 | 0.41 | 178.59 | 0.74 | 0.34 |
| Hex | 16 | 96 | 93 | 55 | 0 | 2 | 29 | B3 | 4A | 22 |
| Octal | 26 | 226 | 223 | 125 | 0 | 2 | 51 | 263 | 112 | 42 |
| Binary | 10110 | 10010110 | 10010011 | 1010101 | 0 | 10 | 101001 | 10110011 | 1001010 | 100010 |
Color Harmonies of #169693
Complementary color
Monochromatic Colors of #169693
Black with #169693
Text Example
Text Example
White with #169693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169693; }
p { color: rgb(22,150,147); }
H1.HeaderClassName
{
color: #169693;
}
.AnyTagClassName
{
color: #169693;
}
</style>
background-color css
<style>
a { background-color: #169693; }
a { background-color: rgb(22,150,147); }
div.DivClassName
{
background-color: #169693;
}
.BgClassName
{
background-color: #169693;
}
</style>
border-color css
<style>
span { border-color: #169693; }
span { border-color: rgb(22,150,147); }
td.TdClassName
{
border-color: #169693;
}
.TagClassName
{
border-color: #169693;
}
</style>