#168A90

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

Shades of Java #168A90

Tints of Java #168A90

Color information

#168A90 (or 0x168A90) is unknown color: approx Java. HEX triplet: 16, 8A and 90. RGB value is (22,138,144). Sum of RGB (Red+Green+Blue) = 22+138+144=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #168A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A90 is #E9756F. Grayscale: #676767. Windows color (decimal): -15299952 or 9472534. OLE color: 9472534.

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

Color convert

RGB22138144-
CMYK0.850.0400.44
HSL182.95º73.49%32.55%-
HSV(B)182.95º84.72%56.47%-
XYZ14.4520.3629.55-
YUV104150.5769.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.24%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=7.24%
G=45.39%
B=47.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221381440.850.0400.44182.9573.4932.55
Hex168A9055402Cb74921
Octal26212220125405426711141
Binary10110100010101001000010101011000101100101101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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