#167B8C

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

Shades of Allports #167B8C

Tints of Allports #167B8C

Color information

#167B8C (or 0x167B8C) is unknown color: approx Allports. HEX triplet: 16, 7B and 8C. RGB value is (22,123,140). Sum of RGB (Red+Green+Blue) = 22+123+140=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #167B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167B8C is #E98473. Grayscale: #5E5E5E. Windows color (decimal): -15303796 or 9206550. OLE color: 9206550.

HSL color Cylindrical-coordinate representation of color #167B8C: hue angle of 188.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #167B8C is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22123140-
CMYK0.840.1200.45
HSL188.64º72.84%31.76%-
HSV(B)188.64º84.29%54.9%-
XYZ12.1516.2327.3-
YUV94.74153.5476.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=7.72%
G=43.16%
B=49.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221231400.840.1200.45188.6472.8431.76
Hex167B8C54C02Dbd4920
Octal261732141241405527511140
Binary10110111101110001100101010011000101101101111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167B8C; }

 p { color: rgb(22,123,140); }

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

<style>
 a { background-color: #167B8C; }

 a { background-color: rgb(22,123,140); }

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

<style>
 span { border-color: #167B8C; }

 span { border-color: rgb(22,123,140); }

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