Shades of Java #168B93
Tints of Java #168B93
RGB
CMYK
RGB Variations
Color information
#168B93 (or 0x168B93) is known color: Java. HEX triplet: 16, 8B and 93. RGB value is (22,139,147). Sum of RGB (Red+Green+Blue) = 22+139+147=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #168B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B93 is #E9746C. Grayscale: #686868. Windows color (decimal): -15299693 or 9669398. OLE color: 9669398.
HSL color Cylindrical-coordinate representation of color #168B93: hue angle of 183.84º 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 #168B93 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 139 | 147 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.42 |
| HSL | 183.84º | 0.74% | 0.33% | - |
| HSV(B) | 183.84º | 0.85% | 0.58% | - |
| XYZ | 14.83 | 20.74 | 30.83 | - |
| YUV | 104.93 | 151.74 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 147 | 0.85 | 0.05 | 0 | 0.42 | 183.84 | 0.74 | 0.33 |
| Hex | 16 | 8B | 93 | 55 | 5 | 0 | 2A | B8 | 4A | 21 |
| Octal | 26 | 213 | 223 | 125 | 5 | 0 | 52 | 270 | 112 | 41 |
| Binary | 10110 | 10001011 | 10010011 | 1010101 | 101 | 0 | 101010 | 10111000 | 1001010 | 100001 |
Color Harmonies of #168B93
Complementary color
Monochromatic Colors of #168B93
Black with #168B93
Text Example
Text Example
White with #168B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B93; }
p { color: rgb(22,139,147); }
H1.HeaderClassName
{
color: #168B93;
}
.AnyTagClassName
{
color: #168B93;
}
</style>
background-color css
<style>
a { background-color: #168B93; }
a { background-color: rgb(22,139,147); }
div.DivClassName
{
background-color: #168B93;
}
.BgClassName
{
background-color: #168B93;
}
</style>
border-color css
<style>
span { border-color: #168B93; }
span { border-color: rgb(22,139,147); }
td.TdClassName
{
border-color: #168B93;
}
.TagClassName
{
border-color: #168B93;
}
</style>