Shades of Java #169398
Tints of Java #169398
RGB
CMYK
RGB Variations
Color information
#169398 (or 0x169398) is known color: Java. HEX triplet: 16, 93 and 98. RGB value is (22,147,152). Sum of RGB (Red+Green+Blue) = 22+147+152=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #169398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169398 is #E96C67. Grayscale: #6E6E6E. Windows color (decimal): -15297640 or 9999126. OLE color: 9999126.
HSL color Cylindrical-coordinate representation of color #169398: hue angle of 182.31º 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 #169398 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 147 | 152 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.40 |
| HSL | 182.31º | 0.75% | 0.34% | - |
| HSV(B) | 182.31º | 0.86% | 0.6% | - |
| XYZ | 16.43 | 23.31 | 33.34 | - |
| YUV | 110.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 152 | 0.86 | 0.03 | 0 | 0.40 | 182.31 | 0.75 | 0.34 |
| Hex | 16 | 93 | 98 | 56 | 3 | 0 | 28 | B6 | 4B | 22 |
| Octal | 26 | 223 | 230 | 126 | 3 | 0 | 50 | 266 | 113 | 42 |
| Binary | 10110 | 10010011 | 10011000 | 1010110 | 11 | 0 | 101000 | 10110110 | 1001011 | 100010 |
Color Harmonies of #169398
Complementary color
Monochromatic Colors of #169398
Black with #169398
Text Example
Text Example
White with #169398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169398; }
p { color: rgb(22,147,152); }
H1.HeaderClassName
{
color: #169398;
}
.AnyTagClassName
{
color: #169398;
}
</style>
background-color css
<style>
a { background-color: #169398; }
a { background-color: rgb(22,147,152); }
div.DivClassName
{
background-color: #169398;
}
.BgClassName
{
background-color: #169398;
}
</style>
border-color css
<style>
span { border-color: #169398; }
span { border-color: rgb(22,147,152); }
td.TdClassName
{
border-color: #169398;
}
.TagClassName
{
border-color: #169398;
}
</style>