Shades of Java #168A93
Tints of Java #168A93
RGB
CMYK
RGB Variations
Color information
#168A93 (or 0x168A93) is known color: Java. HEX triplet: 16, 8A and 93. RGB value is (22,138,147). Sum of RGB (Red+Green+Blue) = 22+138+147=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #168A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A93 is #E9756C. Grayscale: #686868. Windows color (decimal): -15299949 or 9669142. OLE color: 9669142.
HSL color Cylindrical-coordinate representation of color #168A93: hue angle of 184.32º 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 #168A93 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 138 | 147 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.42 |
| HSL | 184.32º | 0.74% | 0.33% | - |
| HSV(B) | 184.32º | 0.85% | 0.58% | - |
| XYZ | 14.69 | 20.45 | 30.78 | - |
| YUV | 104.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 147 | 0.85 | 0.06 | 0 | 0.42 | 184.32 | 0.74 | 0.33 |
| Hex | 16 | 8A | 93 | 55 | 6 | 0 | 2A | B8 | 4A | 21 |
| Octal | 26 | 212 | 223 | 125 | 6 | 0 | 52 | 270 | 112 | 41 |
| Binary | 10110 | 10001010 | 10010011 | 1010101 | 110 | 0 | 101010 | 10111000 | 1001010 | 100001 |
Color Harmonies of #168A93
Complementary color
Monochromatic Colors of #168A93
Black with #168A93
Text Example
Text Example
White with #168A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A93; }
p { color: rgb(22,138,147); }
H1.HeaderClassName
{
color: #168A93;
}
.AnyTagClassName
{
color: #168A93;
}
</style>
background-color css
<style>
a { background-color: #168A93; }
a { background-color: rgb(22,138,147); }
div.DivClassName
{
background-color: #168A93;
}
.BgClassName
{
background-color: #168A93;
}
</style>
border-color css
<style>
span { border-color: #168A93; }
span { border-color: rgb(22,138,147); }
td.TdClassName
{
border-color: #168A93;
}
.TagClassName
{
border-color: #168A93;
}
</style>