#166B73

Color #166B73 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #166B73

Tints of Allports #166B73

Color information

#166B73 (or 0x166B73) is unknown color: approx Allports. HEX triplet: 16, 6B and 73. RGB value is (22,107,115). Sum of RGB (Red+Green+Blue) = 22+107+115=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #166B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B73 is #E9948C. Grayscale: #525252. Windows color (decimal): -15307917 or 7564054. OLE color: 7564054.

HSL color Cylindrical-coordinate representation of color #166B73: hue angle of 185.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166B73 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB22107115-
CMYK0.810.0700.55
HSL185.16º67.88%26.86%-
HSV(B)185.16º80.87%45.1%-
XYZ8.6811.9218.06-
YUV82.5146.3484.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=9.02%
G=43.85%
B=47.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221071150.810.0700.55185.1667.8826.86
Hex166B73517037b9441b
Octal26153163121706727110433
Binary10110110101111100111010001111011011110111001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166B73; }

 p { color: rgb(22,107,115); }

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

<style>
 a { background-color: #166B73; }

 a { background-color: rgb(22,107,115); }

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

<style>
 span { border-color: #166B73; }

 span { border-color: rgb(22,107,115); }

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