#169a9c

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

Shades of Java #169A9C

Tints of Java #169A9C

Color information

#169A9C (or 0x169A9C) is unknown color: approx Java. HEX triplet: 16, 9A and 9C. RGB value is (22,154,156). Sum of RGB (Red+Green+Blue) = 22+154+156=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #169A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169A9C is #E96563. Grayscale: #727272. Windows color (decimal): -15295844 or 10263062. OLE color: 10263062.

HSL color Cylindrical-coordinate representation of color #169A9C: hue angle of 180.9º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169A9C is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22154156-
CMYK0.860.0100.39
HSL180.9º75.28%34.9%-
HSV(B)180.9º85.9%61.18%-
XYZ17.8925.6835.47-
YUV114.76151.2761.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.63%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=6.63%
G=46.39%
B=46.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221541560.860.0100.39180.975.2834.9
Hex169A9C561027b54b23
Octal26232234126104726511343
Binary101101001101010011100101011010100111101101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,154,156); }

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

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

 a { background-color: rgb(22,154,156); }

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

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

 span { border-color: rgb(22,154,156); }

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