#167B85

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

Shades of Allports #167B85

Tints of Allports #167B85

Color information

#167B85 (or 0x167B85) is unknown color: approx Allports. HEX triplet: 16, 7B and 85. RGB value is (22,123,133). Sum of RGB (Red+Green+Blue) = 22+123+133=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #167B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167B85 is #E9847A. Grayscale: #5D5D5D. Windows color (decimal): -15303803 or 8747798. OLE color: 8747798.

HSL color Cylindrical-coordinate representation of color #167B85: hue angle of 185.41º degrees, saturation: 0.72, 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 #167B85 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22123133-
CMYK0.830.0800.48
HSL185.41º71.61%30.39%-
HSV(B)185.41º83.46%52.16%-
XYZ11.6516.0324.67-
YUV93.94150.0476.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=7.91%
G=44.24%
B=47.84%

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
Decimal221231330.830.0800.48185.4171.6130.39
Hex167B85538030b9481e
Octal261732051231006027111036
Binary1011011110111000010110100111000011000010111001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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