#167F51

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

Shades of Salem #167F51

Tints of Salem #167F51

Color information

#167F51 (or 0x167F51) is unknown color: approx Salem. HEX triplet: 16, 7F and 51. RGB value is (22,127,81). Sum of RGB (Red+Green+Blue) = 22+127+81=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #167F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167F51 is #E980AE. Grayscale: #5A5A5A. Windows color (decimal): -15302831 or 5340950. OLE color: 5340950.

HSL color Cylindrical-coordinate representation of color #167F51: hue angle of 153.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167F51 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB2212781-
CMYK0.8300.360.50
HSL153.71º70.47%29.22%-
HSV(B)153.71º82.68%49.8%-
XYZ9.4115.9410.37-
YUV90.36122.7179.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=9.57%
G=55.22%
B=35.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22127810.8300.360.50153.7170.4729.22
Hex167F5153024329a461d
Octal261771211230446223210635
Binary10110111111110100011010011010010011001010011010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,127,81); }

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

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

 a { background-color: rgb(22,127,81); }

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

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

 span { border-color: rgb(22,127,81); }

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