Shades of Java #168C90
Tints of Java #168C90
RGB
CMYK
RGB Variations
Color information
#168C90 (or 0x168C90) is known color: Java. HEX triplet: 16, 8C and 90. RGB value is (22,140,144). Sum of RGB (Red+Green+Blue) = 22+140+144=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #168C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168C90 is #E9736F. Grayscale: #696969. Windows color (decimal): -15299440 or 9473046. OLE color: 9473046.
HSL color Cylindrical-coordinate representation of color #168C90: hue angle of 181.97º 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 #168C90 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 140 | 144 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.44 |
| HSL | 181.97º | 0.73% | 0.33% | - |
| HSV(B) | 181.97º | 0.85% | 0.56% | - |
| XYZ | 14.74 | 20.94 | 29.65 | - |
| YUV | 105.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 144 | 0.85 | 0.03 | 0 | 0.44 | 181.97 | 0.73 | 0.33 |
| Hex | 16 | 8C | 90 | 55 | 3 | 0 | 2C | B6 | 49 | 21 |
| Octal | 26 | 214 | 220 | 125 | 3 | 0 | 54 | 266 | 111 | 41 |
| Binary | 10110 | 10001100 | 10010000 | 1010101 | 11 | 0 | 101100 | 10110110 | 1001001 | 100001 |
Color Harmonies of #168C90
Complementary color
Monochromatic Colors of #168C90
Black with #168C90
Text Example
Text Example
White with #168C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C90; }
p { color: rgb(22,140,144); }
H1.HeaderClassName
{
color: #168C90;
}
.AnyTagClassName
{
color: #168C90;
}
</style>
background-color css
<style>
a { background-color: #168C90; }
a { background-color: rgb(22,140,144); }
div.DivClassName
{
background-color: #168C90;
}
.BgClassName
{
background-color: #168C90;
}
</style>
border-color css
<style>
span { border-color: #168C90; }
span { border-color: rgb(22,140,144); }
td.TdClassName
{
border-color: #168C90;
}
.TagClassName
{
border-color: #168C90;
}
</style>