#168D90

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

Shades of Java #168D90

Tints of Java #168D90

Color information

#168D90 (or 0x168D90) is unknown color: approx Java. HEX triplet: 16, 8D and 90. RGB value is (22,141,144). Sum of RGB (Red+Green+Blue) = 22+141+144=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #168D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D90 is #E9726F. Grayscale: #696969. Windows color (decimal): -15299184 or 9473302. OLE color: 9473302.

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

Color convert

RGB22141144-
CMYK0.850.0200.44
HSL181.48º73.49%32.55%-
HSV(B)181.48º84.72%56.47%-
XYZ14.8921.2329.7-
YUV105.76149.5868.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=7.17%
G=45.93%
B=46.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221411440.850.0200.44181.4873.4932.55
Hex168D9055202Cb54921
Octal26215220125205426511141
Binary1011010001101100100001010101100101100101101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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