Shades of Java #169A88
Tints of Java #169A88
RGB
CMYK
RGB Variations
Color information
#169A88 (or 0x169A88) is known color: Java. HEX triplet: 16, 9A and 88. RGB value is (22,154,136). Sum of RGB (Red+Green+Blue) = 22+154+136=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #169A88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169A88 is #E96577. Grayscale: #707070. Windows color (decimal): -15295864 or 8952342. OLE color: 8952342.
HSL color Cylindrical-coordinate representation of color #169A88: hue angle of 171.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169A88 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 154 | 136 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.40 |
| HSL | 171.82º | 0.75% | 0.35% | - |
| HSV(B) | 171.82º | 0.86% | 0.6% | - |
| XYZ | 16.33 | 25.06 | 27.27 | - |
| YUV | 112.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 154 | 136 | 0.86 | 0 | 0.12 | 0.40 | 171.82 | 0.75 | 0.35 |
| Hex | 16 | 9A | 88 | 56 | 0 | C | 28 | AC | 4B | 23 |
| Octal | 26 | 232 | 210 | 126 | 0 | 14 | 50 | 254 | 113 | 43 |
| Binary | 10110 | 10011010 | 10001000 | 1010110 | 0 | 1100 | 101000 | 10101100 | 1001011 | 100011 |
Color Harmonies of #169A88
Complementary color
Monochromatic Colors of #169A88
Black with #169A88
Text Example
Text Example
White with #169A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169A88; }
p { color: rgb(22,154,136); }
H1.HeaderClassName
{
color: #169A88;
}
.AnyTagClassName
{
color: #169A88;
}
</style>
background-color css
<style>
a { background-color: #169A88; }
a { background-color: rgb(22,154,136); }
div.DivClassName
{
background-color: #169A88;
}
.BgClassName
{
background-color: #169A88;
}
</style>
border-color css
<style>
span { border-color: #169A88; }
span { border-color: rgb(22,154,136); }
td.TdClassName
{
border-color: #169A88;
}
.TagClassName
{
border-color: #169A88;
}
</style>