Shades of Java #168A92
Tints of Java #168A92
RGB
CMYK
RGB Variations
Color information
#168A92 (or 0x168A92) is known color: Java. HEX triplet: 16, 8A and 92. RGB value is (22,138,146). Sum of RGB (Red+Green+Blue) = 22+138+146=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #168A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A92 is #E9756D. Grayscale: #686868. Windows color (decimal): -15299950 or 9603606. OLE color: 9603606.
HSL color Cylindrical-coordinate representation of color #168A92: hue angle of 183.87º 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 #168A92 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 138 | 146 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.43 |
| HSL | 183.87º | 0.74% | 0.33% | - |
| HSV(B) | 183.87º | 0.85% | 0.57% | - |
| XYZ | 14.61 | 20.42 | 30.37 | - |
| YUV | 104.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 146 | 0.85 | 0.05 | 0 | 0.43 | 183.87 | 0.74 | 0.33 |
| Hex | 16 | 8A | 92 | 55 | 5 | 0 | 2B | B8 | 4A | 21 |
| Octal | 26 | 212 | 222 | 125 | 5 | 0 | 53 | 270 | 112 | 41 |
| Binary | 10110 | 10001010 | 10010010 | 1010101 | 101 | 0 | 101011 | 10111000 | 1001010 | 100001 |
Color Harmonies of #168A92
Complementary color
Monochromatic Colors of #168A92
Black with #168A92
Text Example
Text Example
White with #168A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A92; }
p { color: rgb(22,138,146); }
H1.HeaderClassName
{
color: #168A92;
}
.AnyTagClassName
{
color: #168A92;
}
</style>
background-color css
<style>
a { background-color: #168A92; }
a { background-color: rgb(22,138,146); }
div.DivClassName
{
background-color: #168A92;
}
.BgClassName
{
background-color: #168A92;
}
</style>
border-color css
<style>
span { border-color: #168A92; }
span { border-color: rgb(22,138,146); }
td.TdClassName
{
border-color: #168A92;
}
.TagClassName
{
border-color: #168A92;
}
</style>