Shades of Java #169B90
Tints of Java #169B90
RGB
CMYK
RGB Variations
Color information
#169B90 (or 0x169B90) is known color: Java. HEX triplet: 16, 9B and 90. RGB value is (22,155,144). Sum of RGB (Red+Green+Blue) = 22+155+144=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #169B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169B90 is #E9646F. Grayscale: #717171. Windows color (decimal): -15295600 or 9476886. OLE color: 9476886.
HSL color Cylindrical-coordinate representation of color #169B90: hue angle of 175.04º 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 #169B90 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 155 | 144 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.39 |
| HSL | 175.04º | 0.75% | 0.35% | - |
| HSV(B) | 175.04º | 0.86% | 0.61% | - |
| XYZ | 17.09 | 25.63 | 30.43 | - |
| YUV | 113.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 144 | 0.86 | 0 | 0.07 | 0.39 | 175.04 | 0.75 | 0.35 |
| Hex | 16 | 9B | 90 | 56 | 0 | 7 | 27 | AF | 4B | 23 |
| Octal | 26 | 233 | 220 | 126 | 0 | 7 | 47 | 257 | 113 | 43 |
| Binary | 10110 | 10011011 | 10010000 | 1010110 | 0 | 111 | 100111 | 10101111 | 1001011 | 100011 |
Color Harmonies of #169B90
Complementary color
Monochromatic Colors of #169B90
Black with #169B90
Text Example
Text Example
White with #169B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169B90; }
p { color: rgb(22,155,144); }
H1.HeaderClassName
{
color: #169B90;
}
.AnyTagClassName
{
color: #169B90;
}
</style>
background-color css
<style>
a { background-color: #169B90; }
a { background-color: rgb(22,155,144); }
div.DivClassName
{
background-color: #169B90;
}
.BgClassName
{
background-color: #169B90;
}
</style>
border-color css
<style>
span { border-color: #169B90; }
span { border-color: rgb(22,155,144); }
td.TdClassName
{
border-color: #169B90;
}
.TagClassName
{
border-color: #169B90;
}
</style>