#168B90

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

Shades of Java #168B90

Tints of Java #168B90

Color information

#168B90 (or 0x168B90) is unknown color: approx Java. HEX triplet: 16, 8B and 90. RGB value is (22,139,144). Sum of RGB (Red+Green+Blue) = 22+139+144=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #168B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168B90 is #E9746F. Grayscale: #686868. Windows color (decimal): -15299696 or 9472790. OLE color: 9472790.

HSL color Cylindrical-coordinate representation of color #168B90: hue angle of 182.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168B90 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22139144-
CMYK0.850.0300.44
HSL182.46º73.49%32.55%-
HSV(B)182.46º84.72%56.47%-
XYZ14.620.6529.6-
YUV104.59150.2469.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=7.21%
G=45.57%
B=47.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221391440.850.0300.44182.4673.4932.55
Hex168B9055302Cb64921
Octal26213220125305426611141
Binary1011010001011100100001010101110101100101101101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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