Shades of Java #168C95
Tints of Java #168C95
RGB
CMYK
RGB Variations
Color information
#168C95 (or 0x168C95) is known color: Java. HEX triplet: 16, 8C and 95. RGB value is (22,140,149). Sum of RGB (Red+Green+Blue) = 22+140+149=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #168C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168C95 is #E9736A. Grayscale: #696969. Windows color (decimal): -15299435 or 9800726. OLE color: 9800726.
HSL color Cylindrical-coordinate representation of color #168C95: hue angle of 184.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168C95 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 140 | 149 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.42 |
| HSL | 184.25º | 0.74% | 0.34% | - |
| HSV(B) | 184.25º | 0.85% | 0.58% | - |
| XYZ | 15.13 | 21.1 | 31.71 | - |
| YUV | 105.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 149 | 0.85 | 0.06 | 0 | 0.42 | 184.25 | 0.74 | 0.34 |
| Hex | 16 | 8C | 95 | 55 | 6 | 0 | 2A | B8 | 4A | 22 |
| Octal | 26 | 214 | 225 | 125 | 6 | 0 | 52 | 270 | 112 | 42 |
| Binary | 10110 | 10001100 | 10010101 | 1010101 | 110 | 0 | 101010 | 10111000 | 1001010 | 100010 |
Color Harmonies of #168C95
Complementary color
Monochromatic Colors of #168C95
Black with #168C95
Text Example
Text Example
White with #168C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C95; }
p { color: rgb(22,140,149); }
H1.HeaderClassName
{
color: #168C95;
}
.AnyTagClassName
{
color: #168C95;
}
</style>
background-color css
<style>
a { background-color: #168C95; }
a { background-color: rgb(22,140,149); }
div.DivClassName
{
background-color: #168C95;
}
.BgClassName
{
background-color: #168C95;
}
</style>
border-color css
<style>
span { border-color: #168C95; }
span { border-color: rgb(22,140,149); }
td.TdClassName
{
border-color: #168C95;
}
.TagClassName
{
border-color: #168C95;
}
</style>