#169E9A

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

Shades of Java #169E9A

Tints of Java #169E9A

Color information

#169E9A (or 0x169E9A) is unknown color: approx Java. HEX triplet: 16, 9E and 9A. RGB value is (22,158,154). Sum of RGB (Red+Green+Blue) = 22+158+154=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #169E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169E9A is #E96165. Grayscale: #747474. Windows color (decimal): -15294822 or 10133014. OLE color: 10133014.

HSL color Cylindrical-coordinate representation of color #169E9A: hue angle of 178.24º degrees, saturation: 0.76, 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 #169E9A is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB22158154-
CMYK0.8600.030.38
HSL178.24º75.56%35.29%-
HSV(B)178.24º86.08%61.96%-
XYZ18.3926.9634.81-
YUV116.88148.9460.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.59%
GREEN value IS 158 (62.11% from 255) = 47.31%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=6.59%
G=47.31%
B=46.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221581540.8600.030.38178.2475.5635.29
Hex169E9A560326b24c23
Octal26236232126034626211443
Binary1011010011110100110101010110011100110101100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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