Shades of Java #168B92
Tints of Java #168B92
RGB
CMYK
RGB Variations
Color information
#168B92 (or 0x168B92) is known color: Java. HEX triplet: 16, 8B and 92. RGB value is (22,139,146). Sum of RGB (Red+Green+Blue) = 22+139+146=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #168B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B92 is #E9746D. Grayscale: #686868. Windows color (decimal): -15299694 or 9603862. OLE color: 9603862.
HSL color Cylindrical-coordinate representation of color #168B92: hue angle of 183.39º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168B92 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 139 | 146 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.43 |
| HSL | 183.39º | 0.74% | 0.33% | - |
| HSV(B) | 183.39º | 0.85% | 0.57% | - |
| XYZ | 14.75 | 20.71 | 30.41 | - |
| YUV | 104.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 146 | 0.85 | 0.05 | 0 | 0.43 | 183.39 | 0.74 | 0.33 |
| Hex | 16 | 8B | 92 | 55 | 5 | 0 | 2B | B7 | 4A | 21 |
| Octal | 26 | 213 | 222 | 125 | 5 | 0 | 53 | 267 | 112 | 41 |
| Binary | 10110 | 10001011 | 10010010 | 1010101 | 101 | 0 | 101011 | 10110111 | 1001010 | 100001 |
Color Harmonies of #168B92
Complementary color
Monochromatic Colors of #168B92
Black with #168B92
Text Example
Text Example
White with #168B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B92; }
p { color: rgb(22,139,146); }
H1.HeaderClassName
{
color: #168B92;
}
.AnyTagClassName
{
color: #168B92;
}
</style>
background-color css
<style>
a { background-color: #168B92; }
a { background-color: rgb(22,139,146); }
div.DivClassName
{
background-color: #168B92;
}
.BgClassName
{
background-color: #168B92;
}
</style>
border-color css
<style>
span { border-color: #168B92; }
span { border-color: rgb(22,139,146); }
td.TdClassName
{
border-color: #168B92;
}
.TagClassName
{
border-color: #168B92;
}
</style>