Shades of Java #168995
Tints of Java #168995
RGB
CMYK
RGB Variations
Color information
#168995 (or 0x168995) is known color: Java. HEX triplet: 16, 89 and 95. RGB value is (22,137,149). Sum of RGB (Red+Green+Blue) = 22+137+149=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #168995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168995 is #E9766A. Grayscale: #676767. Windows color (decimal): -15300203 or 9799958. OLE color: 9799958.
HSL color Cylindrical-coordinate representation of color #168995: hue angle of 185.67º 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 #168995 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 137 | 149 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.42 |
| HSL | 185.67º | 0.74% | 0.34% | - |
| HSV(B) | 185.67º | 0.85% | 0.58% | - |
| XYZ | 14.7 | 20.23 | 31.56 | - |
| YUV | 103.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 149 | 0.85 | 0.08 | 0 | 0.42 | 185.67 | 0.74 | 0.34 |
| Hex | 16 | 89 | 95 | 55 | 8 | 0 | 2A | BA | 4A | 22 |
| Octal | 26 | 211 | 225 | 125 | 10 | 0 | 52 | 272 | 112 | 42 |
| Binary | 10110 | 10001001 | 10010101 | 1010101 | 1000 | 0 | 101010 | 10111010 | 1001010 | 100010 |
Color Harmonies of #168995
Complementary color
Monochromatic Colors of #168995
Black with #168995
Text Example
Text Example
White with #168995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168995; }
p { color: rgb(22,137,149); }
H1.HeaderClassName
{
color: #168995;
}
.AnyTagClassName
{
color: #168995;
}
</style>
background-color css
<style>
a { background-color: #168995; }
a { background-color: rgb(22,137,149); }
div.DivClassName
{
background-color: #168995;
}
.BgClassName
{
background-color: #168995;
}
</style>
border-color css
<style>
span { border-color: #168995; }
span { border-color: rgb(22,137,149); }
td.TdClassName
{
border-color: #168995;
}
.TagClassName
{
border-color: #168995;
}
</style>