#169D9C

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

Shades of Java #169D9C

Tints of Java #169D9C

Color information

#169D9C (or 0x169D9C) is unknown color: approx Java. HEX triplet: 16, 9D and 9C. RGB value is (22,157,156). Sum of RGB (Red+Green+Blue) = 22+157+156=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #169D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169D9C is #E96263. Grayscale: #747474. Windows color (decimal): -15295076 or 10263830. OLE color: 10263830.

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

Color convert

RGB22157156-
CMYK0.8600.010.38
HSL179.56º75.42%35.1%-
HSV(B)179.56º85.99%61.57%-
XYZ18.3926.6835.63-
YUV116.52150.2760.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.57%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=6.57%
G=46.87%
B=46.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221571560.8600.010.38179.5675.4235.1
Hex169D9C560126b44b23
Octal26235234126014626411343
Binary101101001110110011100101011001100110101101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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