Shades of Java #169888
Tints of Java #169888
RGB
CMYK
RGB Variations
Color information
#169888 (or 0x169888) is known color: Java. HEX triplet: 16, 98 and 88. RGB value is (22,152,136). Sum of RGB (Red+Green+Blue) = 22+152+136=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #169888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169888 is #E96777. Grayscale: #6F6F6F. Windows color (decimal): -15296376 or 8951830. OLE color: 8951830.
HSL color Cylindrical-coordinate representation of color #169888: hue angle of 172.62º 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 #169888 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 136 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.40 |
| HSL | 172.62º | 0.75% | 0.34% | - |
| HSV(B) | 172.62º | 0.86% | 0.6% | - |
| XYZ | 16 | 24.4 | 27.16 | - |
| YUV | 111.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 136 | 0.86 | 0 | 0.11 | 0.40 | 172.62 | 0.75 | 0.34 |
| Hex | 16 | 98 | 88 | 56 | 0 | B | 28 | AD | 4B | 22 |
| Octal | 26 | 230 | 210 | 126 | 0 | 13 | 50 | 255 | 113 | 42 |
| Binary | 10110 | 10011000 | 10001000 | 1010110 | 0 | 1011 | 101000 | 10101101 | 1001011 | 100010 |
Color Harmonies of #169888
Complementary color
Monochromatic Colors of #169888
Black with #169888
Text Example
Text Example
White with #169888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169888; }
p { color: rgb(22,152,136); }
H1.HeaderClassName
{
color: #169888;
}
.AnyTagClassName
{
color: #169888;
}
</style>
background-color css
<style>
a { background-color: #169888; }
a { background-color: rgb(22,152,136); }
div.DivClassName
{
background-color: #169888;
}
.BgClassName
{
background-color: #169888;
}
</style>
border-color css
<style>
span { border-color: #169888; }
span { border-color: rgb(22,152,136); }
td.TdClassName
{
border-color: #169888;
}
.TagClassName
{
border-color: #169888;
}
</style>