#166D80

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

Shades of Allports #166D80

Tints of Allports #166D80

Color information

#166D80 (or 0x166D80) is unknown color: approx Allports. HEX triplet: 16, 6D and 80. RGB value is (22,109,128). Sum of RGB (Red+Green+Blue) = 22+109+128=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #166D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D80 is #E9927F. Grayscale: #545454. Windows color (decimal): -15307392 or 8416534. OLE color: 8416534.

HSL color Cylindrical-coordinate representation of color #166D80: hue angle of 190.75º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166D80 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB22109128-
CMYK0.830.1500.50
HSL190.75º70.67%29.41%-
HSV(B)190.75º82.81%50.2%-
XYZ9.712.6722.36-
YUV85.15152.1882.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=8.49%
G=42.08%
B=49.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal221091280.830.1500.50190.7570.6729.41
Hex166D8053F032bf471d
Octal261552001231706227710735
Binary1011011011011000000010100111111011001010111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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