#167C58

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

Shades of Salem #167C58

Tints of Salem #167C58

Color information

#167C58 (or 0x167C58) is unknown color: approx Salem. HEX triplet: 16, 7C and 58. RGB value is (22,124,88). Sum of RGB (Red+Green+Blue) = 22+124+88=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #167C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C58 is #E983A7. Grayscale: #595959. Windows color (decimal): -15303592 or 5798934. OLE color: 5798934.

HSL color Cylindrical-coordinate representation of color #167C58: hue angle of 158.82º 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 #167C58 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB2212488-
CMYK0.8200.290.51
HSL158.82º69.86%28.63%-
HSV(B)158.82º82.26%48.63%-
XYZ9.315.2911.69-
YUV89.4127.2179.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 124 (48.83% from 255) = 52.99%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=9.40%
G=52.99%
B=37.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124880.8200.290.51158.8269.8628.63
Hex167C585201D339f461d
Octal261741301220356323710635
Binary1011011111001011000101001001110111001110011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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