#168F90

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

Shades of Java #168F90

Tints of Java #168F90

Color information

#168F90 (or 0x168F90) is unknown color: approx Java. HEX triplet: 16, 8F and 90. RGB value is (22,143,144). Sum of RGB (Red+Green+Blue) = 22+143+144=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #168F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168F90 is #E9706F. Grayscale: #6A6A6A. Windows color (decimal): -15298672 or 9473814. OLE color: 9473814.

HSL color Cylindrical-coordinate representation of color #168F90: hue angle of 180.49º 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 #168F90 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22143144-
CMYK0.850.0100.44
HSL180.49º73.49%32.55%-
HSV(B)180.49º84.72%56.47%-
XYZ15.1921.8329.8-
YUV106.93148.9167.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=7.12%
G=46.28%
B=46.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221431440.850.0100.44180.4973.4932.55
Hex168F9055102Cb44921
Octal26217220125105426411141
Binary101101000111110010000101010110101100101101001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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