#216B55

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

Shades of Eden #216B55

Tints of Eden #216B55

Color information

#216B55 (or 0x216B55) is unknown color: approx Eden. HEX triplet: 21, 6B and 55. RGB value is (33,107,85). Sum of RGB (Red+Green+Blue) = 33+107+85=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #216B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B55 is #DE94AA. Grayscale: #525252. Windows color (decimal): -14587051 or 5597985. OLE color: 5597985.

HSL color Cylindrical-coordinate representation of color #216B55: hue angle of 162.16º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B55 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB3310785-
CMYK0.6900.210.58
HSL162.16º52.86%27.45%-
HSV(B)162.16º69.16%41.96%-
XYZ7.5211.4910.42-
YUV82.37129.4892.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=14.67%
G=47.56%
B=37.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107850.6900.210.58162.1652.8627.45
Hex216B55450153Aa2351b
Octal41153125105025722426533
Binary1000011101011101010110001010101011110101010001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B55; }

 p { color: rgb(33,107,85); }

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

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

 a { background-color: rgb(33,107,85); }

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

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

 span { border-color: rgb(33,107,85); }

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