#166C53

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

Shades of Eden #166C53

Tints of Eden #166C53

Color information

#166C53 (or 0x166C53) is unknown color: approx Eden. HEX triplet: 16, 6C and 53. RGB value is (22,108,83). Sum of RGB (Red+Green+Blue) = 22+108+83=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #166C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C53 is #E993AC. Grayscale: #4F4F4F. Windows color (decimal): -15307693 or 5467158. OLE color: 5467158.

HSL color Cylindrical-coordinate representation of color #166C53: hue angle of 162.56º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C53 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB2210883-
CMYK0.8000.230.58
HSL162.56º66.15%25.49%-
HSV(B)162.56º79.63%42.35%-
XYZ7.2511.5210.02-
YUV79.44130.0187.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=10.33%
G=50.70%
B=38.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108830.8000.230.58162.5666.1525.49
Hex166C53500173Aa34219
Octal261541231200277224310231
Binary1011011011001010011101000001011111101010100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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