Shades of Java #168C92
Tints of Java #168C92
RGB
CMYK
RGB Variations
Color information
#168C92 (or 0x168C92) is known color: Java. HEX triplet: 16, 8C and 92. RGB value is (22,140,146). Sum of RGB (Red+Green+Blue) = 22+140+146=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #168C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168C92 is #E9736D. Grayscale: #696969. Windows color (decimal): -15299438 or 9604118. OLE color: 9604118.
HSL color Cylindrical-coordinate representation of color #168C92: hue angle of 182.9º 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 #168C92 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 140 | 146 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.43 |
| HSL | 182.9º | 0.74% | 0.33% | - |
| HSV(B) | 182.9º | 0.85% | 0.57% | - |
| XYZ | 14.9 | 21 | 30.46 | - |
| YUV | 105.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 146 | 0.85 | 0.04 | 0 | 0.43 | 182.9 | 0.74 | 0.33 |
| Hex | 16 | 8C | 92 | 55 | 4 | 0 | 2B | B7 | 4A | 21 |
| Octal | 26 | 214 | 222 | 125 | 4 | 0 | 53 | 267 | 112 | 41 |
| Binary | 10110 | 10001100 | 10010010 | 1010101 | 100 | 0 | 101011 | 10110111 | 1001010 | 100001 |
Color Harmonies of #168C92
Complementary color
Monochromatic Colors of #168C92
Black with #168C92
Text Example
Text Example
White with #168C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C92; }
p { color: rgb(22,140,146); }
H1.HeaderClassName
{
color: #168C92;
}
.AnyTagClassName
{
color: #168C92;
}
</style>
background-color css
<style>
a { background-color: #168C92; }
a { background-color: rgb(22,140,146); }
div.DivClassName
{
background-color: #168C92;
}
.BgClassName
{
background-color: #168C92;
}
</style>
border-color css
<style>
span { border-color: #168C92; }
span { border-color: rgb(22,140,146); }
td.TdClassName
{
border-color: #168C92;
}
.TagClassName
{
border-color: #168C92;
}
</style>