Shades of Java #168F9A
Tints of Java #168F9A
RGB
CMYK
RGB Variations
Color information
#168F9A (or 0x168F9A) is known color: Java. HEX triplet: 16, 8F and 9A. RGB value is (22,143,154). Sum of RGB (Red+Green+Blue) = 22+143+154=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #168F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F9A is #E97065. Grayscale: #6B6B6B. Windows color (decimal): -15298662 or 10129174. OLE color: 10129174.
HSL color Cylindrical-coordinate representation of color #168F9A: hue angle of 185º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168F9A is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 143 | 154 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.40 |
| HSL | 185º | 0.75% | 0.35% | - |
| HSV(B) | 185º | 0.86% | 0.6% | - |
| XYZ | 15.99 | 22.15 | 34 | - |
| YUV | 108.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 154 | 0.86 | 0.07 | 0 | 0.40 | 185 | 0.75 | 0.35 |
| Hex | 16 | 8F | 9A | 56 | 7 | 0 | 28 | B9 | 4B | 23 |
| Octal | 26 | 217 | 232 | 126 | 7 | 0 | 50 | 271 | 113 | 43 |
| Binary | 10110 | 10001111 | 10011010 | 1010110 | 111 | 0 | 101000 | 10111001 | 1001011 | 100011 |
Color Harmonies of #168F9A
Complementary color
Monochromatic Colors of #168F9A
Black with #168F9A
Text Example
Text Example
White with #168F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F9A; }
p { color: rgb(22,143,154); }
H1.HeaderClassName
{
color: #168F9A;
}
.AnyTagClassName
{
color: #168F9A;
}
</style>
background-color css
<style>
a { background-color: #168F9A; }
a { background-color: rgb(22,143,154); }
div.DivClassName
{
background-color: #168F9A;
}
.BgClassName
{
background-color: #168F9A;
}
</style>
border-color css
<style>
span { border-color: #168F9A; }
span { border-color: rgb(22,143,154); }
td.TdClassName
{
border-color: #168F9A;
}
.TagClassName
{
border-color: #168F9A;
}
</style>