Shades of Java #168993
Tints of Java #168993
RGB
CMYK
RGB Variations
Color information
#168993 (or 0x168993) is known color: Java. HEX triplet: 16, 89 and 93. RGB value is (22,137,147). Sum of RGB (Red+Green+Blue) = 22+137+147=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #168993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168993 is #E9766C. Grayscale: #676767. Windows color (decimal): -15300205 or 9668886. OLE color: 9668886.
HSL color Cylindrical-coordinate representation of color #168993: hue angle of 184.8º 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 #168993 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 137 | 147 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.42 |
| HSL | 184.8º | 0.74% | 0.33% | - |
| HSV(B) | 184.8º | 0.85% | 0.58% | - |
| XYZ | 14.54 | 20.17 | 30.73 | - |
| YUV | 103.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 147 | 0.85 | 0.07 | 0 | 0.42 | 184.8 | 0.74 | 0.33 |
| Hex | 16 | 89 | 93 | 55 | 7 | 0 | 2A | B9 | 4A | 21 |
| Octal | 26 | 211 | 223 | 125 | 7 | 0 | 52 | 271 | 112 | 41 |
| Binary | 10110 | 10001001 | 10010011 | 1010101 | 111 | 0 | 101010 | 10111001 | 1001010 | 100001 |
Color Harmonies of #168993
Complementary color
Monochromatic Colors of #168993
Black with #168993
Text Example
Text Example
White with #168993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168993; }
p { color: rgb(22,137,147); }
H1.HeaderClassName
{
color: #168993;
}
.AnyTagClassName
{
color: #168993;
}
</style>
background-color css
<style>
a { background-color: #168993; }
a { background-color: rgb(22,137,147); }
div.DivClassName
{
background-color: #168993;
}
.BgClassName
{
background-color: #168993;
}
</style>
border-color css
<style>
span { border-color: #168993; }
span { border-color: rgb(22,137,147); }
td.TdClassName
{
border-color: #168993;
}
.TagClassName
{
border-color: #168993;
}
</style>