Shades of Java #169286
Tints of Java #169286
RGB
CMYK
RGB Variations
Color information
#169286 (or 0x169286) is known color: Java. HEX triplet: 16, 92 and 86. RGB value is (22,146,134). Sum of RGB (Red+Green+Blue) = 22+146+134=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #169286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169286 is #E96D79. Grayscale: #6B6B6B. Windows color (decimal): -15297914 or 8819222. OLE color: 8819222.
HSL color Cylindrical-coordinate representation of color #169286: hue angle of 174.19º 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 #169286 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 134 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.43 |
| HSL | 174.19º | 0.74% | 0.33% | - |
| HSV(B) | 174.19º | 0.85% | 0.57% | - |
| XYZ | 14.91 | 22.45 | 26.1 | - |
| YUV | 107.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 134 | 0.85 | 0 | 0.08 | 0.43 | 174.19 | 0.74 | 0.33 |
| Hex | 16 | 92 | 86 | 55 | 0 | 8 | 2B | AE | 4A | 21 |
| Octal | 26 | 222 | 206 | 125 | 0 | 10 | 53 | 256 | 112 | 41 |
| Binary | 10110 | 10010010 | 10000110 | 1010101 | 0 | 1000 | 101011 | 10101110 | 1001010 | 100001 |
Color Harmonies of #169286
Complementary color
Monochromatic Colors of #169286
Black with #169286
Text Example
Text Example
White with #169286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169286; }
p { color: rgb(22,146,134); }
H1.HeaderClassName
{
color: #169286;
}
.AnyTagClassName
{
color: #169286;
}
</style>
background-color css
<style>
a { background-color: #169286; }
a { background-color: rgb(22,146,134); }
div.DivClassName
{
background-color: #169286;
}
.BgClassName
{
background-color: #169286;
}
</style>
border-color css
<style>
span { border-color: #169286; }
span { border-color: rgb(22,146,134); }
td.TdClassName
{
border-color: #169286;
}
.TagClassName
{
border-color: #169286;
}
</style>