#168E90

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

Shades of Java #168E90

Tints of Java #168E90

Color information

#168E90 (or 0x168E90) is unknown color: approx Java. HEX triplet: 16, 8E and 90. RGB value is (22,142,144). Sum of RGB (Red+Green+Blue) = 22+142+144=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #168E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E90 is #E9716F. Grayscale: #6A6A6A. Windows color (decimal): -15298928 or 9473558. OLE color: 9473558.

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

Color convert

RGB22142144-
CMYK0.850.0100.44
HSL180.98º73.49%32.55%-
HSV(B)180.98º84.72%56.47%-
XYZ15.0421.5329.75-
YUV106.35149.2467.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=7.14%
G=46.10%
B=46.75%

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
Decimal221421440.850.0100.44180.9873.4932.55
Hex168E9055102Cb54921
Octal26216220125105426511141
Binary101101000111010010000101010110101100101101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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