#166D53

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

Shades of Salem #166D53

Tints of Salem #166D53

Color information

#166D53 (or 0x166D53) is unknown color: approx Salem. HEX triplet: 16, 6D and 53. RGB value is (22,109,83). Sum of RGB (Red+Green+Blue) = 22+109+83=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #166D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D53 is #E992AC. Grayscale: #505050. Windows color (decimal): -15307437 or 5467414. OLE color: 5467414.

HSL color Cylindrical-coordinate representation of color #166D53: hue angle of 162.07º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D53 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB2210983-
CMYK0.8000.240.57
HSL162.07º66.41%25.69%-
HSV(B)162.07º79.82%42.75%-
XYZ7.3611.7310.06-
YUV80.02129.6886.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=10.28%
G=50.93%
B=38.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109830.8000.240.57162.0766.4125.69
Hex166D535001839a2421a
Octal261551231200307124210232
Binary1011011011011010011101000001100011100110100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166D53; }

 p { color: rgb(22,109,83); }

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

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

 a { background-color: rgb(22,109,83); }

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

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

 span { border-color: rgb(22,109,83); }

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