#166C7E

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

Shades of Allports #166C7E

Tints of Allports #166C7E

Color information

#166C7E (or 0x166C7E) is unknown color: approx Allports. HEX triplet: 16, 6C and 7E. RGB value is (22,108,126). Sum of RGB (Red+Green+Blue) = 22+108+126=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #166C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C7E is #E99381. Grayscale: #545454. Windows color (decimal): -15307650 or 8285206. OLE color: 8285206.

HSL color Cylindrical-coordinate representation of color #166C7E: hue angle of 190.38º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166C7E is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22108126-
CMYK0.830.1400.51
HSL190.38º70.27%29.02%-
HSV(B)190.38º82.54%49.41%-
XYZ9.4612.421.63-
YUV84.34151.5183.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=8.59%
G=42.19%
B=49.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221081260.830.1400.51190.3870.2729.02
Hex166C7E53E033be461d
Octal261541761231606327610635
Binary101101101100111111010100111110011001110111110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,108,126); }

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

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

 a { background-color: rgb(22,108,126); }

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

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

 span { border-color: rgb(22,108,126); }

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