#167C50

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

Shades of Salem #167C50

Tints of Salem #167C50

Color information

#167C50 (or 0x167C50) is unknown color: approx Salem. HEX triplet: 16, 7C and 50. RGB value is (22,124,80). Sum of RGB (Red+Green+Blue) = 22+124+80=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #167C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C50 is #E983AF. Grayscale: #585858. Windows color (decimal): -15303600 or 5274646. OLE color: 5274646.

HSL color Cylindrical-coordinate representation of color #167C50: hue angle of 154.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C50 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB2212480-
CMYK0.8200.350.51
HSL154.12º69.86%28.63%-
HSV(B)154.12º82.26%48.63%-
XYZ8.9915.1710.04-
YUV88.49123.2180.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 124 (48.83% from 255) = 54.87%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=9.73%
G=54.87%
B=35.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124800.8200.350.51154.1269.8628.63
Hex167C5052023339a461d
Octal261741201220436323210635
Binary10110111110010100001010010010001111001110011010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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