#216156

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

Shades of Eden #216156

Tints of Eden #216156

Color information

#216156 (or 0x216156) is unknown color: approx Eden. HEX triplet: 21, 61 and 56. RGB value is (33,97,86). Sum of RGB (Red+Green+Blue) = 33+97+86=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #216156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216156 is #DE9EA9. Grayscale: #4C4C4C. Windows color (decimal): -14589610 or 5660961. OLE color: 5660961.

HSL color Cylindrical-coordinate representation of color #216156: hue angle of 169.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216156 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB339786-
CMYK0.6600.110.62
HSL169.69º49.23%25.49%-
HSV(B)169.69º65.98%38.04%-
XYZ6.589.5410.3-
YUV76.61133.396.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=15.28%
G=44.91%
B=39.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397860.6600.110.62169.6949.2325.49
Hex216156420B3Eaa3119
Octal41141126102013762526131
Binary100001110000110101101000010010111111101010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216156; }

 p { color: rgb(33,97,86); }

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

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

 a { background-color: rgb(33,97,86); }

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

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

 span { border-color: rgb(33,97,86); }

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