#166D7C

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

Shades of Allports #166D7C

Tints of Allports #166D7C

Color information

#166D7C (or 0x166D7C) is unknown color: approx Allports. HEX triplet: 16, 6D and 7C. RGB value is (22,109,124). Sum of RGB (Red+Green+Blue) = 22+109+124=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #166D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D7C is #E99283. Grayscale: #545454. Windows color (decimal): -15307396 or 8154390. OLE color: 8154390.

HSL color Cylindrical-coordinate representation of color #166D7C: hue angle of 188.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166D7C is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22109124-
CMYK0.820.1200.51
HSL188.82º69.86%28.63%-
HSV(B)188.82º82.26%48.63%-
XYZ9.4412.5621-
YUV84.7150.1883.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=8.63%
G=42.75%
B=48.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221091240.820.1200.51188.8269.8628.63
Hex166D7C52C033bd461d
Octal261551741221406327510635
Binary101101101101111110010100101100011001110111101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,109,124); }

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

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

 a { background-color: rgb(22,109,124); }

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

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

 span { border-color: rgb(22,109,124); }

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