Shades of Java #169692
Tints of Java #169692
RGB
CMYK
RGB Variations
Color information
#169692 (or 0x169692) is known color: Java. HEX triplet: 16, 96 and 92. RGB value is (22,150,146). Sum of RGB (Red+Green+Blue) = 22+150+146=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #169692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169692 is #E9696D. Grayscale: #6F6F6F. Windows color (decimal): -15296878 or 9606678. OLE color: 9606678.
HSL color Cylindrical-coordinate representation of color #169692: hue angle of 178.12º degrees, saturation: 0.74, 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 #169692 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 146 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.41 |
| HSL | 178.13º | 0.74% | 0.34% | - |
| HSV(B) | 178.13º | 0.85% | 0.59% | - |
| XYZ | 16.43 | 24.06 | 30.97 | - |
| YUV | 111.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 146 | 0.85 | 0 | 0.03 | 0.41 | 178.13 | 0.74 | 0.34 |
| Hex | 16 | 96 | 92 | 55 | 0 | 3 | 29 | B2 | 4A | 22 |
| Octal | 26 | 226 | 222 | 125 | 0 | 3 | 51 | 262 | 112 | 42 |
| Binary | 10110 | 10010110 | 10010010 | 1010101 | 0 | 11 | 101001 | 10110010 | 1001010 | 100010 |
Color Harmonies of #169692
Complementary color
Monochromatic Colors of #169692
Black with #169692
Text Example
Text Example
White with #169692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169692; }
p { color: rgb(22,150,146); }
H1.HeaderClassName
{
color: #169692;
}
.AnyTagClassName
{
color: #169692;
}
</style>
background-color css
<style>
a { background-color: #169692; }
a { background-color: rgb(22,150,146); }
div.DivClassName
{
background-color: #169692;
}
.BgClassName
{
background-color: #169692;
}
</style>
border-color css
<style>
span { border-color: #169692; }
span { border-color: rgb(22,150,146); }
td.TdClassName
{
border-color: #169692;
}
.TagClassName
{
border-color: #169692;
}
</style>