Shades of Java #169889
Tints of Java #169889
RGB
CMYK
RGB Variations
Color information
#169889 (or 0x169889) is known color: Java. HEX triplet: 16, 98 and 89. RGB value is (22,152,137). Sum of RGB (Red+Green+Blue) = 22+152+137=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #169889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169889 is #E96776. Grayscale: #6F6F6F. Windows color (decimal): -15296375 or 9017366. OLE color: 9017366.
HSL color Cylindrical-coordinate representation of color #169889: hue angle of 173.08º 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 #169889 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 137 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.40 |
| HSL | 173.08º | 0.75% | 0.34% | - |
| HSV(B) | 173.08º | 0.86% | 0.6% | - |
| XYZ | 16.07 | 24.43 | 27.54 | - |
| YUV | 111.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 137 | 0.86 | 0 | 0.10 | 0.40 | 173.08 | 0.75 | 0.34 |
| Hex | 16 | 98 | 89 | 56 | 0 | A | 28 | AD | 4B | 22 |
| Octal | 26 | 230 | 211 | 126 | 0 | 12 | 50 | 255 | 113 | 42 |
| Binary | 10110 | 10011000 | 10001001 | 1010110 | 0 | 1010 | 101000 | 10101101 | 1001011 | 100010 |
Color Harmonies of #169889
Complementary color
Monochromatic Colors of #169889
Black with #169889
Text Example
Text Example
White with #169889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169889; }
p { color: rgb(22,152,137); }
H1.HeaderClassName
{
color: #169889;
}
.AnyTagClassName
{
color: #169889;
}
</style>
background-color css
<style>
a { background-color: #169889; }
a { background-color: rgb(22,152,137); }
div.DivClassName
{
background-color: #169889;
}
.BgClassName
{
background-color: #169889;
}
</style>
border-color css
<style>
span { border-color: #169889; }
span { border-color: rgb(22,152,137); }
td.TdClassName
{
border-color: #169889;
}
.TagClassName
{
border-color: #169889;
}
</style>