#166D79

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

Shades of Allports #166D79

Tints of Allports #166D79

Color information

#166D79 (or 0x166D79) is unknown color: approx Allports. HEX triplet: 16, 6D and 79. RGB value is (22,109,121). Sum of RGB (Red+Green+Blue) = 22+109+121=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #166D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D79 is #E99286. Grayscale: #545454. Windows color (decimal): -15307399 or 7957782. OLE color: 7957782.

HSL color Cylindrical-coordinate representation of color #166D79: hue angle of 187.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166D79 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB22109121-
CMYK0.820.1000.53
HSL187.27º69.23%28.04%-
HSV(B)187.27º81.82%47.45%-
XYZ9.2512.4920.01-
YUV84.35148.6883.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 109 (42.97% from 255) = 43.25%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=8.73%
G=43.25%
B=48.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221091210.820.1000.53187.2769.2328.04
Hex166D7952A035bb451c
Octal261551711221206527310534
Binary101101101101111100110100101010011010110111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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