Shades of Java #168F93
Tints of Java #168F93
RGB
CMYK
RGB Variations
Color information
#168F93 (or 0x168F93) is known color: Java. HEX triplet: 16, 8F and 93. RGB value is (22,143,147). Sum of RGB (Red+Green+Blue) = 22+143+147=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #168F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F93 is #E9706C. Grayscale: #6B6B6B. Windows color (decimal): -15298669 or 9670422. OLE color: 9670422.
HSL color Cylindrical-coordinate representation of color #168F93: hue angle of 181.92º 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 #168F93 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 143 | 147 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.42 |
| HSL | 181.92º | 0.74% | 0.33% | - |
| HSV(B) | 181.92º | 0.85% | 0.58% | - |
| XYZ | 15.42 | 21.92 | 31.02 | - |
| YUV | 107.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 147 | 0.85 | 0.03 | 0 | 0.42 | 181.92 | 0.74 | 0.33 |
| Hex | 16 | 8F | 93 | 55 | 3 | 0 | 2A | B6 | 4A | 21 |
| Octal | 26 | 217 | 223 | 125 | 3 | 0 | 52 | 266 | 112 | 41 |
| Binary | 10110 | 10001111 | 10010011 | 1010101 | 11 | 0 | 101010 | 10110110 | 1001010 | 100001 |
Color Harmonies of #168F93
Complementary color
Monochromatic Colors of #168F93
Black with #168F93
Text Example
Text Example
White with #168F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F93; }
p { color: rgb(22,143,147); }
H1.HeaderClassName
{
color: #168F93;
}
.AnyTagClassName
{
color: #168F93;
}
</style>
background-color css
<style>
a { background-color: #168F93; }
a { background-color: rgb(22,143,147); }
div.DivClassName
{
background-color: #168F93;
}
.BgClassName
{
background-color: #168F93;
}
</style>
border-color css
<style>
span { border-color: #168F93; }
span { border-color: rgb(22,143,147); }
td.TdClassName
{
border-color: #168F93;
}
.TagClassName
{
border-color: #168F93;
}
</style>