Shades of Java #169598
Tints of Java #169598
RGB
CMYK
RGB Variations
Color information
#169598 (or 0x169598) is known color: Java. HEX triplet: 16, 95 and 98. RGB value is (22,149,152). Sum of RGB (Red+Green+Blue) = 22+149+152=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #169598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169598 is #E96A67. Grayscale: #6F6F6F. Windows color (decimal): -15297128 or 9999638. OLE color: 9999638.
HSL color Cylindrical-coordinate representation of color #169598: hue angle of 181.38º 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 #169598 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 149 | 152 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.40 |
| HSL | 181.38º | 0.75% | 0.34% | - |
| HSV(B) | 181.38º | 0.86% | 0.6% | - |
| XYZ | 16.75 | 23.93 | 33.44 | - |
| YUV | 111.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 152 | 0.86 | 0.02 | 0 | 0.40 | 181.38 | 0.75 | 0.34 |
| Hex | 16 | 95 | 98 | 56 | 2 | 0 | 28 | B5 | 4B | 22 |
| Octal | 26 | 225 | 230 | 126 | 2 | 0 | 50 | 265 | 113 | 42 |
| Binary | 10110 | 10010101 | 10011000 | 1010110 | 10 | 0 | 101000 | 10110101 | 1001011 | 100010 |
Color Harmonies of #169598
Complementary color
Monochromatic Colors of #169598
Black with #169598
Text Example
Text Example
White with #169598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169598; }
p { color: rgb(22,149,152); }
H1.HeaderClassName
{
color: #169598;
}
.AnyTagClassName
{
color: #169598;
}
</style>
background-color css
<style>
a { background-color: #169598; }
a { background-color: rgb(22,149,152); }
div.DivClassName
{
background-color: #169598;
}
.BgClassName
{
background-color: #169598;
}
</style>
border-color css
<style>
span { border-color: #169598; }
span { border-color: rgb(22,149,152); }
td.TdClassName
{
border-color: #169598;
}
.TagClassName
{
border-color: #169598;
}
</style>