Shades of Java #169C8E
Tints of Java #169C8E
RGB
CMYK
RGB Variations
Color information
#169C8E (or 0x169C8E) is known color: Java. HEX triplet: 16, 9C and 8E. RGB value is (22,156,142). Sum of RGB (Red+Green+Blue) = 22+156+142=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #169C8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169C8E is #E96371. Grayscale: #727272. Windows color (decimal): -15295346 or 9346070. OLE color: 9346070.
HSL color Cylindrical-coordinate representation of color #169C8E: hue angle of 173.73º 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 #169C8E is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 156 | 142 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.39 |
| HSL | 173.73º | 0.75% | 0.35% | - |
| HSV(B) | 173.73º | 0.86% | 0.61% | - |
| XYZ | 17.1 | 25.9 | 29.69 | - |
| YUV | 114.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 142 | 0.86 | 0 | 0.09 | 0.39 | 173.73 | 0.75 | 0.35 |
| Hex | 16 | 9C | 8E | 56 | 0 | 9 | 27 | AE | 4B | 23 |
| Octal | 26 | 234 | 216 | 126 | 0 | 11 | 47 | 256 | 113 | 43 |
| Binary | 10110 | 10011100 | 10001110 | 1010110 | 0 | 1001 | 100111 | 10101110 | 1001011 | 100011 |
Color Harmonies of #169C8E
Complementary color
Monochromatic Colors of #169C8E
Black with #169C8E
Text Example
Text Example
White with #169C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169C8E; }
p { color: rgb(22,156,142); }
H1.HeaderClassName
{
color: #169C8E;
}
.AnyTagClassName
{
color: #169C8E;
}
</style>
background-color css
<style>
a { background-color: #169C8E; }
a { background-color: rgb(22,156,142); }
div.DivClassName
{
background-color: #169C8E;
}
.BgClassName
{
background-color: #169C8E;
}
</style>
border-color css
<style>
span { border-color: #169C8E; }
span { border-color: rgb(22,156,142); }
td.TdClassName
{
border-color: #169C8E;
}
.TagClassName
{
border-color: #169C8E;
}
</style>