Shades of Java #169790
Tints of Java #169790
RGB
CMYK
RGB Variations
Color information
#169790 (or 0x169790) is known color: Java. HEX triplet: 16, 97 and 90. RGB value is (22,151,144). Sum of RGB (Red+Green+Blue) = 22+151+144=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #169790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169790 is #E9686F. Grayscale: #6F6F6F. Windows color (decimal): -15296624 or 9475862. OLE color: 9475862.
HSL color Cylindrical-coordinate representation of color #169790: hue angle of 176.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169790 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 144 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.41 |
| HSL | 176.74º | 0.75% | 0.34% | - |
| HSV(B) | 176.74º | 0.85% | 0.59% | - |
| XYZ | 16.43 | 24.32 | 30.21 | - |
| YUV | 111.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 144 | 0.85 | 0 | 0.05 | 0.41 | 176.74 | 0.75 | 0.34 |
| Hex | 16 | 97 | 90 | 55 | 0 | 5 | 29 | B1 | 4B | 22 |
| Octal | 26 | 227 | 220 | 125 | 0 | 5 | 51 | 261 | 113 | 42 |
| Binary | 10110 | 10010111 | 10010000 | 1010101 | 0 | 101 | 101001 | 10110001 | 1001011 | 100010 |
Color Harmonies of #169790
Complementary color
Monochromatic Colors of #169790
Black with #169790
Text Example
Text Example
White with #169790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169790; }
p { color: rgb(22,151,144); }
H1.HeaderClassName
{
color: #169790;
}
.AnyTagClassName
{
color: #169790;
}
</style>
background-color css
<style>
a { background-color: #169790; }
a { background-color: rgb(22,151,144); }
div.DivClassName
{
background-color: #169790;
}
.BgClassName
{
background-color: #169790;
}
</style>
border-color css
<style>
span { border-color: #169790; }
span { border-color: rgb(22,151,144); }
td.TdClassName
{
border-color: #169790;
}
.TagClassName
{
border-color: #169790;
}
</style>