#166E75

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

Shades of Allports #166E75

Tints of Allports #166E75

Color information

#166E75 (or 0x166E75) is unknown color: approx Allports. HEX triplet: 16, 6E and 75. RGB value is (22,110,117). Sum of RGB (Red+Green+Blue) = 22+110+117=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #166E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E75 is #E9918A. Grayscale: #545454. Windows color (decimal): -15307147 or 7695894. OLE color: 7695894.

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

Color convert

RGB22110117-
CMYK0.810.0600.54
HSL184.42º68.35%27.25%-
HSV(B)184.42º81.2%45.88%-
XYZ9.1212.6118.78-
YUV84.49146.3583.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=8.84%
G=44.18%
B=46.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221101170.810.0600.54184.4268.3527.25
Hex166E75516036b8441b
Octal26156165121606627010433
Binary10110110111011101011010001110011011010111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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