Shades of Java #169194
Tints of Java #169194
RGB
CMYK
RGB Variations
Color information
#169194 (or 0x169194) is known color: Java. HEX triplet: 16, 91 and 94. RGB value is (22,145,148). Sum of RGB (Red+Green+Blue) = 22+145+148=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #169194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169194 is #E96E6B. Grayscale: #6C6C6C. Windows color (decimal): -15298156 or 9736470. OLE color: 9736470.
HSL color Cylindrical-coordinate representation of color #169194: hue angle of 181.43º 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 #169194 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 145 | 148 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.42 |
| HSL | 181.43º | 0.74% | 0.33% | - |
| HSV(B) | 181.43º | 0.85% | 0.58% | - |
| XYZ | 15.8 | 22.56 | 31.54 | - |
| YUV | 108.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 148 | 0.85 | 0.02 | 0 | 0.42 | 181.43 | 0.74 | 0.33 |
| Hex | 16 | 91 | 94 | 55 | 2 | 0 | 2A | B5 | 4A | 21 |
| Octal | 26 | 221 | 224 | 125 | 2 | 0 | 52 | 265 | 112 | 41 |
| Binary | 10110 | 10010001 | 10010100 | 1010101 | 10 | 0 | 101010 | 10110101 | 1001010 | 100001 |
Color Harmonies of #169194
Complementary color
Monochromatic Colors of #169194
Black with #169194
Text Example
Text Example
White with #169194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169194; }
p { color: rgb(22,145,148); }
H1.HeaderClassName
{
color: #169194;
}
.AnyTagClassName
{
color: #169194;
}
</style>
background-color css
<style>
a { background-color: #169194; }
a { background-color: rgb(22,145,148); }
div.DivClassName
{
background-color: #169194;
}
.BgClassName
{
background-color: #169194;
}
</style>
border-color css
<style>
span { border-color: #169194; }
span { border-color: rgb(22,145,148); }
td.TdClassName
{
border-color: #169194;
}
.TagClassName
{
border-color: #169194;
}
</style>