#166D75

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

Shades of Allports #166D75

Tints of Allports #166D75

Color information

#166D75 (or 0x166D75) is unknown color: approx Allports. HEX triplet: 16, 6D and 75. RGB value is (22,109,117). Sum of RGB (Red+Green+Blue) = 22+109+117=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #166D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D75 is #E9928A. Grayscale: #535353. Windows color (decimal): -15307403 or 7695638. OLE color: 7695638.

HSL color Cylindrical-coordinate representation of color #166D75: hue angle of 185.05º degrees, saturation: 0.68, 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 #166D75 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB22109117-
CMYK0.810.0700.54
HSL185.05º68.35%27.25%-
HSV(B)185.05º81.2%45.88%-
XYZ9.0112.3918.75-
YUV83.9146.6883.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=8.87%
G=43.95%
B=47.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221091170.810.0700.54185.0568.3527.25
Hex166D75517036b9441b
Octal26155165121706627110433
Binary10110110110111101011010001111011011010111001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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