Shades of Java #169886
Tints of Java #169886
RGB
CMYK
RGB Variations
Color information
#169886 (or 0x169886) is known color: Java. HEX triplet: 16, 98 and 86. RGB value is (22,152,134). Sum of RGB (Red+Green+Blue) = 22+152+134=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #169886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169886 is #E96779. Grayscale: #6F6F6F. Windows color (decimal): -15296378 or 8820758. OLE color: 8820758.
HSL color Cylindrical-coordinate representation of color #169886: hue angle of 171.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169886 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 134 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.40 |
| HSL | 171.69º | 0.75% | 0.34% | - |
| HSV(B) | 171.69º | 0.86% | 0.6% | - |
| XYZ | 15.86 | 24.35 | 26.42 | - |
| YUV | 111.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 134 | 0.86 | 0 | 0.12 | 0.40 | 171.69 | 0.75 | 0.34 |
| Hex | 16 | 98 | 86 | 56 | 0 | C | 28 | AC | 4B | 22 |
| Octal | 26 | 230 | 206 | 126 | 0 | 14 | 50 | 254 | 113 | 42 |
| Binary | 10110 | 10011000 | 10000110 | 1010110 | 0 | 1100 | 101000 | 10101100 | 1001011 | 100010 |
Color Harmonies of #169886
Complementary color
Monochromatic Colors of #169886
Black with #169886
Text Example
Text Example
White with #169886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169886; }
p { color: rgb(22,152,134); }
H1.HeaderClassName
{
color: #169886;
}
.AnyTagClassName
{
color: #169886;
}
</style>
background-color css
<style>
a { background-color: #169886; }
a { background-color: rgb(22,152,134); }
div.DivClassName
{
background-color: #169886;
}
.BgClassName
{
background-color: #169886;
}
</style>
border-color css
<style>
span { border-color: #169886; }
span { border-color: rgb(22,152,134); }
td.TdClassName
{
border-color: #169886;
}
.TagClassName
{
border-color: #169886;
}
</style>