Shades of Java #16909C
Tints of Java #16909C
RGB
CMYK
RGB Variations
Color information
#16909C (or 0x16909C) is known color: Java. HEX triplet: 16, 90 and 9C. RGB value is (22,144,156). Sum of RGB (Red+Green+Blue) = 22+144+156=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #16909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16909C is #E96F63. Grayscale: #6C6C6C. Windows color (decimal): -15298404 or 10260502. OLE color: 10260502.
HSL color Cylindrical-coordinate representation of color #16909C: hue angle of 185.37º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16909C is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 144 | 156 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.39 |
| HSL | 185.37º | 0.75% | 0.35% | - |
| HSV(B) | 185.37º | 0.86% | 0.61% | - |
| XYZ | 16.3 | 22.52 | 34.94 | - |
| YUV | 108.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 156 | 0.86 | 0.08 | 0 | 0.39 | 185.37 | 0.75 | 0.35 |
| Hex | 16 | 90 | 9C | 56 | 8 | 0 | 27 | B9 | 4B | 23 |
| Octal | 26 | 220 | 234 | 126 | 10 | 0 | 47 | 271 | 113 | 43 |
| Binary | 10110 | 10010000 | 10011100 | 1010110 | 1000 | 0 | 100111 | 10111001 | 1001011 | 100011 |
Color Harmonies of #16909C
Complementary color
Monochromatic Colors of #16909C
Black with #16909C
Text Example
Text Example
White with #16909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16909C; }
p { color: rgb(22,144,156); }
H1.HeaderClassName
{
color: #16909C;
}
.AnyTagClassName
{
color: #16909C;
}
</style>
background-color css
<style>
a { background-color: #16909C; }
a { background-color: rgb(22,144,156); }
div.DivClassName
{
background-color: #16909C;
}
.BgClassName
{
background-color: #16909C;
}
</style>
border-color css
<style>
span { border-color: #16909C; }
span { border-color: rgb(22,144,156); }
td.TdClassName
{
border-color: #16909C;
}
.TagClassName
{
border-color: #16909C;
}
</style>