Shades of Java #169386
Tints of Java #169386
RGB
CMYK
RGB Variations
Color information
#169386 (or 0x169386) is known color: Java. HEX triplet: 16, 93 and 86. RGB value is (22,147,134). Sum of RGB (Red+Green+Blue) = 22+147+134=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #169386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169386 is #E96C79. Grayscale: #6C6C6C. Windows color (decimal): -15297658 or 8819478. OLE color: 8819478.
HSL color Cylindrical-coordinate representation of color #169386: hue angle of 173.76º 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 #169386 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 147 | 134 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.42 |
| HSL | 173.76º | 0.74% | 0.33% | - |
| HSV(B) | 173.76º | 0.85% | 0.58% | - |
| XYZ | 15.07 | 22.76 | 26.15 | - |
| YUV | 108.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 134 | 0.85 | 0 | 0.09 | 0.42 | 173.76 | 0.74 | 0.33 |
| Hex | 16 | 93 | 86 | 55 | 0 | 9 | 2A | AE | 4A | 21 |
| Octal | 26 | 223 | 206 | 125 | 0 | 11 | 52 | 256 | 112 | 41 |
| Binary | 10110 | 10010011 | 10000110 | 1010101 | 0 | 1001 | 101010 | 10101110 | 1001010 | 100001 |
Color Harmonies of #169386
Complementary color
Monochromatic Colors of #169386
Black with #169386
Text Example
Text Example
White with #169386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169386; }
p { color: rgb(22,147,134); }
H1.HeaderClassName
{
color: #169386;
}
.AnyTagClassName
{
color: #169386;
}
</style>
background-color css
<style>
a { background-color: #169386; }
a { background-color: rgb(22,147,134); }
div.DivClassName
{
background-color: #169386;
}
.BgClassName
{
background-color: #169386;
}
</style>
border-color css
<style>
span { border-color: #169386; }
span { border-color: rgb(22,147,134); }
td.TdClassName
{
border-color: #169386;
}
.TagClassName
{
border-color: #169386;
}
</style>