Shades of Java #169193
Tints of Java #169193
RGB
CMYK
RGB Variations
Color information
#169193 (or 0x169193) is known color: Java. HEX triplet: 16, 91 and 93. RGB value is (22,145,147). Sum of RGB (Red+Green+Blue) = 22+145+147=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #169193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169193 is #E96E6C. Grayscale: #6C6C6C. Windows color (decimal): -15298157 or 9670934. OLE color: 9670934.
HSL color Cylindrical-coordinate representation of color #169193: hue angle of 180.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169193 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 145 | 147 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.42 |
| HSL | 180.96º | 0.74% | 0.33% | - |
| HSV(B) | 180.96º | 0.85% | 0.58% | - |
| XYZ | 15.72 | 22.53 | 31.12 | - |
| YUV | 108.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 147 | 0.85 | 0.01 | 0 | 0.42 | 180.96 | 0.74 | 0.33 |
| Hex | 16 | 91 | 93 | 55 | 1 | 0 | 2A | B5 | 4A | 21 |
| Octal | 26 | 221 | 223 | 125 | 1 | 0 | 52 | 265 | 112 | 41 |
| Binary | 10110 | 10010001 | 10010011 | 1010101 | 1 | 0 | 101010 | 10110101 | 1001010 | 100001 |
Color Harmonies of #169193
Complementary color
Monochromatic Colors of #169193
Black with #169193
Text Example
Text Example
White with #169193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169193; }
p { color: rgb(22,145,147); }
H1.HeaderClassName
{
color: #169193;
}
.AnyTagClassName
{
color: #169193;
}
</style>
background-color css
<style>
a { background-color: #169193; }
a { background-color: rgb(22,145,147); }
div.DivClassName
{
background-color: #169193;
}
.BgClassName
{
background-color: #169193;
}
</style>
border-color css
<style>
span { border-color: #169193; }
span { border-color: rgb(22,145,147); }
td.TdClassName
{
border-color: #169193;
}
.TagClassName
{
border-color: #169193;
}
</style>