#168A99

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

Shades of Java #168A99

Tints of Java #168A99

Color information

#168A99 (or 0x168A99) is unknown color: approx Java. HEX triplet: 16, 8A and 99. RGB value is (22,138,153). Sum of RGB (Red+Green+Blue) = 22+138+153=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #168A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A99 is #E97566. Grayscale: #686868. Windows color (decimal): -15299943 or 10062358. OLE color: 10062358.

HSL color Cylindrical-coordinate representation of color #168A99: hue angle of 186.87º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168A99 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB22138153-
CMYK0.860.1000.4
HSL186.87º74.86%34.31%-
HSV(B)186.87º85.62%60%-
XYZ15.1720.6533.32-
YUV105.03155.0768.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.03%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=7.03%
G=44.09%
B=48.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal221381530.860.1000.4186.8774.8634.31
Hex168A9956A028bb4b22
Octal262122311261205027311342
Binary101101000101010011001101011010100101000101110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,138,153); }

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

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

 a { background-color: rgb(22,138,153); }

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

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

 span { border-color: rgb(22,138,153); }

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