#166677

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

Shades of Allports #166677

Tints of Allports #166677

Color information

#166677 (or 0x166677) is unknown color: approx Allports. HEX triplet: 16, 66 and 77. RGB value is (22,102,119). Sum of RGB (Red+Green+Blue) = 22+102+119=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #166677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166677 is #E99988. Grayscale: #4F4F4F. Windows color (decimal): -15309193 or 7824918. OLE color: 7824918.

HSL color Cylindrical-coordinate representation of color #166677: hue angle of 190.52º 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 #166677 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB22102119-
CMYK0.820.1400.53
HSL190.52º68.79%27.65%-
HSV(B)190.52º81.51%46.67%-
XYZ8.4111.0119.13-
YUV80.0215086.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=9.05%
G=41.98%
B=48.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221021190.820.1400.53190.5268.7927.65
Hex16667752E035bf451c
Octal261461671221606527710534
Binary101101100110111011110100101110011010110111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166677; }

 p { color: rgb(22,102,119); }

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

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

 a { background-color: rgb(22,102,119); }

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

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

 span { border-color: rgb(22,102,119); }

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