#166C56

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

Shades of Eden #166C56

Tints of Eden #166C56

Color information

#166C56 (or 0x166C56) is unknown color: approx Eden. HEX triplet: 16, 6C and 56. RGB value is (22,108,86). Sum of RGB (Red+Green+Blue) = 22+108+86=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #166C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C56 is #E993A9. Grayscale: #4F4F4F. Windows color (decimal): -15307690 or 5663766. OLE color: 5663766.

HSL color Cylindrical-coordinate representation of color #166C56: hue angle of 164.65º 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 #166C56 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB2210886-
CMYK0.8000.200.58
HSL164.65º66.15%25.49%-
HSV(B)164.65º79.63%42.35%-
XYZ7.3711.5710.65-
YUV79.78131.5186.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 108 (42.58% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=10.19%
G=50%
B=39.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108860.8000.200.58164.6566.1525.49
Hex166C56500143Aa54219
Octal261541261200247224510231
Binary1011011011001010110101000001010011101010100101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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