Shades of Java #168F90
Tints of Java #168F90
RGB
CMYK
RGB Variations
Color information
#168F90 (or 0x168F90) is known color: Java. HEX triplet: 16, 8F and 90. RGB value is (22,143,144). Sum of RGB (Red+Green+Blue) = 22+143+144=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #168F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F90 is #E9706F. Grayscale: #6A6A6A. Windows color (decimal): -15298672 or 9473814. OLE color: 9473814.
HSL color Cylindrical-coordinate representation of color #168F90: hue angle of 180.49º 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 #168F90 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 143 | 144 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.44 |
| HSL | 180.49º | 0.73% | 0.33% | - |
| HSV(B) | 180.49º | 0.85% | 0.56% | - |
| XYZ | 15.19 | 21.83 | 29.8 | - |
| YUV | 106.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 144 | 0.85 | 0.01 | 0 | 0.44 | 180.49 | 0.73 | 0.33 |
| Hex | 16 | 8F | 90 | 55 | 1 | 0 | 2C | B4 | 49 | 21 |
| Octal | 26 | 217 | 220 | 125 | 1 | 0 | 54 | 264 | 111 | 41 |
| Binary | 10110 | 10001111 | 10010000 | 1010101 | 1 | 0 | 101100 | 10110100 | 1001001 | 100001 |
Color Harmonies of #168F90
Complementary color
Monochromatic Colors of #168F90
Black with #168F90
Text Example
Text Example
White with #168F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F90; }
p { color: rgb(22,143,144); }
H1.HeaderClassName
{
color: #168F90;
}
.AnyTagClassName
{
color: #168F90;
}
</style>
background-color css
<style>
a { background-color: #168F90; }
a { background-color: rgb(22,143,144); }
div.DivClassName
{
background-color: #168F90;
}
.BgClassName
{
background-color: #168F90;
}
</style>
border-color css
<style>
span { border-color: #168F90; }
span { border-color: rgb(22,143,144); }
td.TdClassName
{
border-color: #168F90;
}
.TagClassName
{
border-color: #168F90;
}
</style>