Shades of Java #169094
Tints of Java #169094
RGB
CMYK
RGB Variations
Color information
#169094 (or 0x169094) is known color: Java. HEX triplet: 16, 90 and 94. RGB value is (22,144,148). Sum of RGB (Red+Green+Blue) = 22+144+148=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #169094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169094 is #E96F6B. Grayscale: #6B6B6B. Windows color (decimal): -15298412 or 9736214. OLE color: 9736214.
HSL color Cylindrical-coordinate representation of color #169094: hue angle of 181.9º 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 #169094 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 144 | 148 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.42 |
| HSL | 181.9º | 0.74% | 0.33% | - |
| HSV(B) | 181.9º | 0.85% | 0.58% | - |
| XYZ | 15.65 | 22.26 | 31.49 | - |
| YUV | 107.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 148 | 0.85 | 0.03 | 0 | 0.42 | 181.9 | 0.74 | 0.33 |
| Hex | 16 | 90 | 94 | 55 | 3 | 0 | 2A | B6 | 4A | 21 |
| Octal | 26 | 220 | 224 | 125 | 3 | 0 | 52 | 266 | 112 | 41 |
| Binary | 10110 | 10010000 | 10010100 | 1010101 | 11 | 0 | 101010 | 10110110 | 1001010 | 100001 |
Color Harmonies of #169094
Complementary color
Monochromatic Colors of #169094
Black with #169094
Text Example
Text Example
White with #169094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169094; }
p { color: rgb(22,144,148); }
H1.HeaderClassName
{
color: #169094;
}
.AnyTagClassName
{
color: #169094;
}
</style>
background-color css
<style>
a { background-color: #169094; }
a { background-color: rgb(22,144,148); }
div.DivClassName
{
background-color: #169094;
}
.BgClassName
{
background-color: #169094;
}
</style>
border-color css
<style>
span { border-color: #169094; }
span { border-color: rgb(22,144,148); }
td.TdClassName
{
border-color: #169094;
}
.TagClassName
{
border-color: #169094;
}
</style>