Shades of Java #168D93
Tints of Java #168D93
RGB
CMYK
RGB Variations
Color information
#168D93 (or 0x168D93) is known color: Java. HEX triplet: 16, 8D and 93. RGB value is (22,141,147). Sum of RGB (Red+Green+Blue) = 22+141+147=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #168D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D93 is #E9726C. Grayscale: #696969. Windows color (decimal): -15299181 or 9669910. OLE color: 9669910.
HSL color Cylindrical-coordinate representation of color #168D93: hue angle of 182.88º 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 #168D93 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 141 | 147 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.42 |
| HSL | 182.88º | 0.74% | 0.33% | - |
| HSV(B) | 182.88º | 0.85% | 0.58% | - |
| XYZ | 15.12 | 21.33 | 30.92 | - |
| YUV | 106.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 147 | 0.85 | 0.04 | 0 | 0.42 | 182.88 | 0.74 | 0.33 |
| Hex | 16 | 8D | 93 | 55 | 4 | 0 | 2A | B7 | 4A | 21 |
| Octal | 26 | 215 | 223 | 125 | 4 | 0 | 52 | 267 | 112 | 41 |
| Binary | 10110 | 10001101 | 10010011 | 1010101 | 100 | 0 | 101010 | 10110111 | 1001010 | 100001 |
Color Harmonies of #168D93
Complementary color
Monochromatic Colors of #168D93
Black with #168D93
Text Example
Text Example
White with #168D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D93; }
p { color: rgb(22,141,147); }
H1.HeaderClassName
{
color: #168D93;
}
.AnyTagClassName
{
color: #168D93;
}
</style>
background-color css
<style>
a { background-color: #168D93; }
a { background-color: rgb(22,141,147); }
div.DivClassName
{
background-color: #168D93;
}
.BgClassName
{
background-color: #168D93;
}
</style>
border-color css
<style>
span { border-color: #168D93; }
span { border-color: rgb(22,141,147); }
td.TdClassName
{
border-color: #168D93;
}
.TagClassName
{
border-color: #168D93;
}
</style>