#166E56

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

Shades of Eden #166E56

Tints of Eden #166E56

Color information

#166E56 (or 0x166E56) is unknown color: approx Eden. HEX triplet: 16, 6E and 56. RGB value is (22,110,86). Sum of RGB (Red+Green+Blue) = 22+110+86=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #166E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E56 is #E991A9. Grayscale: #505050. Windows color (decimal): -15307178 or 5664278. OLE color: 5664278.

HSL color Cylindrical-coordinate representation of color #166E56: hue angle of 163.64º degrees, saturation: 0.67, 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 #166E56 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB2211086-
CMYK0.800.220.57
HSL163.64º66.67%25.88%-
HSV(B)163.64º80%43.14%-
XYZ7.5911.9910.72-
YUV80.95130.8585.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=10.09%
G=50.46%
B=39.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110860.800.220.57163.6466.6725.88
Hex166E565001639a4431a
Octal261561261200267124410332
Binary1011011011101010110101000001011011100110100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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