Shades of Java #168E90
Tints of Java #168E90
RGB
CMYK
RGB Variations
Color information
#168E90 (or 0x168E90) is known color: Java. HEX triplet: 16, 8E and 90. RGB value is (22,142,144). Sum of RGB (Red+Green+Blue) = 22+142+144=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #168E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E90 is #E9716F. Grayscale: #6A6A6A. Windows color (decimal): -15298928 or 9473558. OLE color: 9473558.
HSL color Cylindrical-coordinate representation of color #168E90: hue angle of 180.98º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E90 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 144 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.44 |
| HSL | 180.98º | 0.73% | 0.33% | - |
| HSV(B) | 180.98º | 0.85% | 0.56% | - |
| XYZ | 15.04 | 21.53 | 29.75 | - |
| YUV | 106.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 144 | 0.85 | 0.01 | 0 | 0.44 | 180.98 | 0.73 | 0.33 |
| Hex | 16 | 8E | 90 | 55 | 1 | 0 | 2C | B5 | 49 | 21 |
| Octal | 26 | 216 | 220 | 125 | 1 | 0 | 54 | 265 | 111 | 41 |
| Binary | 10110 | 10001110 | 10010000 | 1010101 | 1 | 0 | 101100 | 10110101 | 1001001 | 100001 |
Color Harmonies of #168E90
Complementary color
Monochromatic Colors of #168E90
Black with #168E90
Text Example
Text Example
White with #168E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E90; }
p { color: rgb(22,142,144); }
H1.HeaderClassName
{
color: #168E90;
}
.AnyTagClassName
{
color: #168E90;
}
</style>
background-color css
<style>
a { background-color: #168E90; }
a { background-color: rgb(22,142,144); }
div.DivClassName
{
background-color: #168E90;
}
.BgClassName
{
background-color: #168E90;
}
</style>
border-color css
<style>
span { border-color: #168E90; }
span { border-color: rgb(22,142,144); }
td.TdClassName
{
border-color: #168E90;
}
.TagClassName
{
border-color: #168E90;
}
</style>