#167A84

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

Shades of Allports #167A84

Tints of Allports #167A84

Color information

#167A84 (or 0x167A84) is unknown color: approx Allports. HEX triplet: 16, 7A and 84. RGB value is (22,122,132). Sum of RGB (Red+Green+Blue) = 22+122+132=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #167A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167A84 is #E9857B. Grayscale: #5D5D5D. Windows color (decimal): -15304060 or 8682006. OLE color: 8682006.

HSL color Cylindrical-coordinate representation of color #167A84: hue angle of 185.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167A84 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22122132-
CMYK0.830.0800.48
HSL185.45º71.43%30.2%-
HSV(B)185.45º83.33%51.76%-
XYZ11.4615.7624.27-
YUV93.24149.8777.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=7.97%
G=44.20%
B=47.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221221320.830.0800.48185.4571.4330.2
Hex167A84538030b9471e
Octal261722041231006027110736
Binary1011011110101000010010100111000011000010111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,122,132); }

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

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

 a { background-color: rgb(22,122,132); }

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

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

 span { border-color: rgb(22,122,132); }

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