#1696A2

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

Shades of Java #1696A2

Tints of Java #1696A2

Color information

#1696A2 (or 0x1696A2) is unknown color: approx Java. HEX triplet: 16, 96 and A2. RGB value is (22,150,162). Sum of RGB (Red+Green+Blue) = 22+150+162=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #1696A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1696A2 is #E9695D. Grayscale: #707070. Windows color (decimal): -15296862 or 10655254. OLE color: 10655254.

HSL color Cylindrical-coordinate representation of color #1696A2: hue angle of 185.14º 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 #1696A2 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22150162-
CMYK0.860.0700.36
HSL185.14º76.09%36.08%-
HSV(B)185.14º86.42%63.53%-
XYZ17.7624.5937.99-
YUV113.1155.5963.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.59%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=6.59%
G=44.91%
B=48.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221501620.860.0700.36185.1476.0936.08
Hex1696A2567024b94c24
Octal26226242126704427111444
Binary10110100101101010001010101101110100100101110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1696A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1696A2; }

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

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

<style>
 a { background-color: #1696A2; }

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

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

<style>
 span { border-color: #1696A2; }

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

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