Shades of Java #168990
Tints of Java #168990
RGB
CMYK
RGB Variations
Color information
#168990 (or 0x168990) is known color: Java. HEX triplet: 16, 89 and 90. RGB value is (22,137,144). Sum of RGB (Red+Green+Blue) = 22+137+144=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #168990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168990 is #E9766F. Grayscale: #676767. Windows color (decimal): -15300208 or 9472278. OLE color: 9472278.
HSL color Cylindrical-coordinate representation of color #168990: hue angle of 183.44º 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 #168990 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 137 | 144 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.44 |
| HSL | 183.44º | 0.73% | 0.33% | - |
| HSV(B) | 183.44º | 0.85% | 0.56% | - |
| XYZ | 14.31 | 20.08 | 29.51 | - |
| YUV | 103.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 144 | 0.85 | 0.05 | 0 | 0.44 | 183.44 | 0.73 | 0.33 |
| Hex | 16 | 89 | 90 | 55 | 5 | 0 | 2C | B7 | 49 | 21 |
| Octal | 26 | 211 | 220 | 125 | 5 | 0 | 54 | 267 | 111 | 41 |
| Binary | 10110 | 10001001 | 10010000 | 1010101 | 101 | 0 | 101100 | 10110111 | 1001001 | 100001 |
Color Harmonies of #168990
Complementary color
Monochromatic Colors of #168990
Black with #168990
Text Example
Text Example
White with #168990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168990; }
p { color: rgb(22,137,144); }
H1.HeaderClassName
{
color: #168990;
}
.AnyTagClassName
{
color: #168990;
}
</style>
background-color css
<style>
a { background-color: #168990; }
a { background-color: rgb(22,137,144); }
div.DivClassName
{
background-color: #168990;
}
.BgClassName
{
background-color: #168990;
}
</style>
border-color css
<style>
span { border-color: #168990; }
span { border-color: rgb(22,137,144); }
td.TdClassName
{
border-color: #168990;
}
.TagClassName
{
border-color: #168990;
}
</style>