Shades of Java #169987
Tints of Java #169987
RGB
CMYK
RGB Variations
Color information
#169987 (or 0x169987) is known color: Java. HEX triplet: 16, 99 and 87. RGB value is (22,153,135). Sum of RGB (Red+Green+Blue) = 22+153+135=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #169987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169987 is #E96678. Grayscale: #6F6F6F. Windows color (decimal): -15296121 or 8886550. OLE color: 8886550.
HSL color Cylindrical-coordinate representation of color #169987: hue angle of 171.76º 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 #169987 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 135 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.4 |
| HSL | 171.76º | 0.75% | 0.34% | - |
| HSV(B) | 171.76º | 0.86% | 0.6% | - |
| XYZ | 16.1 | 24.7 | 26.84 | - |
| YUV | 111.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 135 | 0.86 | 0 | 0.12 | 0.4 | 171.76 | 0.75 | 0.34 |
| Hex | 16 | 99 | 87 | 56 | 0 | C | 28 | AC | 4B | 22 |
| Octal | 26 | 231 | 207 | 126 | 0 | 14 | 50 | 254 | 113 | 42 |
| Binary | 10110 | 10011001 | 10000111 | 1010110 | 0 | 1100 | 101000 | 10101100 | 1001011 | 100010 |
Color Harmonies of #169987
Complementary color
Monochromatic Colors of #169987
Black with #169987
Text Example
Text Example
White with #169987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169987; }
p { color: rgb(22,153,135); }
H1.HeaderClassName
{
color: #169987;
}
.AnyTagClassName
{
color: #169987;
}
</style>
background-color css
<style>
a { background-color: #169987; }
a { background-color: rgb(22,153,135); }
div.DivClassName
{
background-color: #169987;
}
.BgClassName
{
background-color: #169987;
}
</style>
border-color css
<style>
span { border-color: #169987; }
span { border-color: rgb(22,153,135); }
td.TdClassName
{
border-color: #169987;
}
.TagClassName
{
border-color: #169987;
}
</style>