#167C8B

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

Shades of Allports #167C8B

Tints of Allports #167C8B

Color information

#167C8B (or 0x167C8B) is unknown color: approx Allports. HEX triplet: 16, 7C and 8B. RGB value is (22,124,139). Sum of RGB (Red+Green+Blue) = 22+124+139=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #167C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C8B is #E98374. Grayscale: #5F5F5F. Windows color (decimal): -15303541 or 9141270. OLE color: 9141270.

HSL color Cylindrical-coordinate representation of color #167C8B: hue angle of 187.69º 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 #167C8B is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22124139-
CMYK0.840.1100.45
HSL187.69º72.67%31.57%-
HSV(B)187.69º84.17%54.51%-
XYZ12.216.4526.96-
YUV95.21152.7175.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=7.72%
G=43.51%
B=48.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221241390.840.1100.45187.6972.6731.57
Hex167C8B54B02Dbc4920
Octal261742131241305527411140
Binary10110111110010001011101010010110101101101111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,124,139); }

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

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

 a { background-color: rgb(22,124,139); }

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

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

 span { border-color: rgb(22,124,139); }

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