#169EA2

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

Shades of Java #169EA2

Tints of Java #169EA2

Color information

#169EA2 (or 0x169EA2) is unknown color: approx Java. HEX triplet: 16, 9E and A2. RGB value is (22,158,162). Sum of RGB (Red+Green+Blue) = 22+158+162=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #169EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169EA2 is #E9615D. Grayscale: #757575. Windows color (decimal): -15294814 or 10657302. OLE color: 10657302.

HSL color Cylindrical-coordinate representation of color #169EA2: hue angle of 181.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169EA2 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22158162-
CMYK0.860.0200.36
HSL181.71º76.09%36.08%-
HSV(B)181.71º86.42%63.53%-
XYZ19.0827.2338.43-
YUV117.79152.9459.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.43%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=6.43%
G=46.20%
B=47.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221581620.860.0200.36181.7176.0936.08
Hex169EA2562024b64c24
Octal26236242126204426611444
Binary1011010011110101000101010110100100100101101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169EA2; }

 p { color: rgb(22,158,162); }

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

<style>
 a { background-color: #169EA2; }

 a { background-color: rgb(22,158,162); }

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

<style>
 span { border-color: #169EA2; }

 span { border-color: rgb(22,158,162); }

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