Shades of Java #168994
Tints of Java #168994
RGB
CMYK
RGB Variations
Color information
#168994 (or 0x168994) is known color: Java. HEX triplet: 16, 89 and 94. RGB value is (22,137,148). Sum of RGB (Red+Green+Blue) = 22+137+148=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #168994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168994 is #E9766B. Grayscale: #676767. Windows color (decimal): -15300204 or 9734422. OLE color: 9734422.
HSL color Cylindrical-coordinate representation of color #168994: hue angle of 185.24º 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 #168994 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 137 | 148 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.42 |
| HSL | 185.24º | 0.74% | 0.33% | - |
| HSV(B) | 185.24º | 0.85% | 0.58% | - |
| XYZ | 14.62 | 20.2 | 31.15 | - |
| YUV | 103.87 | 152.9 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 148 | 0.85 | 0.07 | 0 | 0.42 | 185.24 | 0.74 | 0.33 |
| Hex | 16 | 89 | 94 | 55 | 7 | 0 | 2A | B9 | 4A | 21 |
| Octal | 26 | 211 | 224 | 125 | 7 | 0 | 52 | 271 | 112 | 41 |
| Binary | 10110 | 10001001 | 10010100 | 1010101 | 111 | 0 | 101010 | 10111001 | 1001010 | 100001 |
Color Harmonies of #168994
Complementary color
Monochromatic Colors of #168994
Black with #168994
Text Example
Text Example
White with #168994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168994; }
p { color: rgb(22,137,148); }
H1.HeaderClassName
{
color: #168994;
}
.AnyTagClassName
{
color: #168994;
}
</style>
background-color css
<style>
a { background-color: #168994; }
a { background-color: rgb(22,137,148); }
div.DivClassName
{
background-color: #168994;
}
.BgClassName
{
background-color: #168994;
}
</style>
border-color css
<style>
span { border-color: #168994; }
span { border-color: rgb(22,137,148); }
td.TdClassName
{
border-color: #168994;
}
.TagClassName
{
border-color: #168994;
}
</style>