#168B9C

Color #168B9C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #168B9C

Tints of Java #168B9C

Color information

#168B9C (or 0x168B9C) is unknown color: approx Java. HEX triplet: 16, 8B and 9C. RGB value is (22,139,156). Sum of RGB (Red+Green+Blue) = 22+139+156=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #168B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B9C is #E97463. Grayscale: #696969. Windows color (decimal): -15299684 or 10259222. OLE color: 10259222.

HSL color Cylindrical-coordinate representation of color #168B9C: hue angle of 187.61º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168B9C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22139156-
CMYK0.860.1100.39
HSL187.61º75.28%34.9%-
HSV(B)187.61º85.9%61.18%-
XYZ15.5621.0434.69-
YUV105.95156.2468.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=6.94%
G=43.85%
B=49.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221391560.860.1100.39187.6175.2834.9
Hex168B9C56B027bc4b23
Octal262132341261304727411343
Binary101101000101110011100101011010110100111101111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168B9C; }

 p { color: rgb(22,139,156); }

 H1.HeaderClassName
 {
   color: #168B9C;
 }
 .AnyTagClassName
 {
   color: #168B9C;
 }
</style>
background-color css

<style>
 a { background-color: #168B9C; }

 a { background-color: rgb(22,139,156); }

 div.DivClassName
 {
   background-color: #168B9C;
 }
 .BgClassName
 {
   background-color: #168B9C;
 }
</style>
border-color css

<style>
 span { border-color: #168B9C; }

 span { border-color: rgb(22,139,156); }

 td.TdClassName
 {
   border-color: #168B9C;
 }
 .TagClassName
 {
   border-color: #168B9C;
 }
</style>