#166B76

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

Shades of Allports #166B76

Tints of Allports #166B76

Color information

#166B76 (or 0x166B76) is unknown color: approx Allports. HEX triplet: 16, 6B and 76. RGB value is (22,107,118). Sum of RGB (Red+Green+Blue) = 22+107+118=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #166B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B76 is #E99489. Grayscale: #525252. Windows color (decimal): -15307914 or 7760662. OLE color: 7760662.

HSL color Cylindrical-coordinate representation of color #166B76: hue angle of 186.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166B76 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB22107118-
CMYK0.810.0900.54
HSL186.88º68.57%27.45%-
HSV(B)186.88º81.36%46.27%-
XYZ8.8611.9918.99-
YUV82.84147.8484.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=8.91%
G=43.32%
B=47.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221071180.810.0900.54186.8868.5727.45
Hex166B76519036bb451b
Octal261531661211106627310533
Binary101101101011111011010100011001011011010111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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