#167685

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

Shades of Allports #167685

Tints of Allports #167685

Color information

#167685 (or 0x167685) is unknown color: approx Allports. HEX triplet: 16, 76 and 85. RGB value is (22,118,133). Sum of RGB (Red+Green+Blue) = 22+118+133=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #167685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167685 is #E9897A. Grayscale: #5A5A5A. Windows color (decimal): -15305083 or 8746518. OLE color: 8746518.

HSL color Cylindrical-coordinate representation of color #167685: hue angle of 188.11º 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 #167685 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22118133-
CMYK0.830.1100.48
HSL188.11º71.61%30.39%-
HSV(B)188.11º83.46%52.16%-
XYZ11.0414.8224.47-
YUV91.01151.778.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=8.06%
G=43.22%
B=48.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221181330.830.1100.48188.1171.6130.39
Hex16768553B030bc481e
Octal261662051231306027411036
Binary1011011101101000010110100111011011000010111100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167685; }

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

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

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

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

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

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

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

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