#169FA5

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

Shades of Java #169FA5

Tints of Java #169FA5

Color information

#169FA5 (or 0x169FA5) is unknown color: approx Java. HEX triplet: 16, 9F and A5. RGB value is (22,159,165). Sum of RGB (Red+Green+Blue) = 22+159+165=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #169FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169FA5 is #E9605A. Grayscale: #767676. Windows color (decimal): -15294555 or 10854166. OLE color: 10854166.

HSL color Cylindrical-coordinate representation of color #169FA5: hue angle of 182.52º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169FA5 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB22159165-
CMYK0.870.0400.35
HSL182.52º76.47%36.67%-
HSV(B)182.52º86.67%64.71%-
XYZ19.5227.6839.91-
YUV118.72154.1159.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.36%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=6.36%
G=45.95%
B=47.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221591650.870.0400.35182.5276.4736.67
Hex169FA5574023b74c25
Octal26237245127404326711445
Binary10110100111111010010110101111000100011101101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,159,165); }

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

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

 a { background-color: rgb(22,159,165); }

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

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

 span { border-color: rgb(22,159,165); }

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