Shades of Java #169698
Tints of Java #169698
RGB
CMYK
RGB Variations
Color information
#169698 (or 0x169698) is known color: Java. HEX triplet: 16, 96 and 98. RGB value is (22,150,152). Sum of RGB (Red+Green+Blue) = 22+150+152=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #169698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169698 is #E96967. Grayscale: #6F6F6F. Windows color (decimal): -15296872 or 9999894. OLE color: 9999894.
HSL color Cylindrical-coordinate representation of color #169698: hue angle of 180.92º 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 #169698 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 150 | 152 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.40 |
| HSL | 180.92º | 0.75% | 0.34% | - |
| HSV(B) | 180.92º | 0.86% | 0.6% | - |
| XYZ | 16.9 | 24.25 | 33.5 | - |
| YUV | 111.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 152 | 0.86 | 0.01 | 0 | 0.40 | 180.92 | 0.75 | 0.34 |
| Hex | 16 | 96 | 98 | 56 | 1 | 0 | 28 | B5 | 4B | 22 |
| Octal | 26 | 226 | 230 | 126 | 1 | 0 | 50 | 265 | 113 | 42 |
| Binary | 10110 | 10010110 | 10011000 | 1010110 | 1 | 0 | 101000 | 10110101 | 1001011 | 100010 |
Color Harmonies of #169698
Complementary color
Monochromatic Colors of #169698
Black with #169698
Text Example
Text Example
White with #169698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169698; }
p { color: rgb(22,150,152); }
H1.HeaderClassName
{
color: #169698;
}
.AnyTagClassName
{
color: #169698;
}
</style>
background-color css
<style>
a { background-color: #169698; }
a { background-color: rgb(22,150,152); }
div.DivClassName
{
background-color: #169698;
}
.BgClassName
{
background-color: #169698;
}
</style>
border-color css
<style>
span { border-color: #169698; }
span { border-color: rgb(22,150,152); }
td.TdClassName
{
border-color: #169698;
}
.TagClassName
{
border-color: #169698;
}
</style>