#216D5A

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

Shades of Eden #216D5A

Tints of Eden #216D5A

Color information

#216D5A (or 0x216D5A) is unknown color: approx Eden. HEX triplet: 21, 6D and 5A. RGB value is (33,109,90). Sum of RGB (Red+Green+Blue) = 33+109+90=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #216D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D5A is #DE92A5. Grayscale: #545454. Windows color (decimal): -14586534 or 5926177. OLE color: 5926177.

HSL color Cylindrical-coordinate representation of color #216D5A: hue angle of 165º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D5A is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB3310990-
CMYK0.7000.170.57
HSL165º53.52%27.84%-
HSV(B)165º69.72%42.75%-
XYZ7.941211.57-
YUV84.11131.3291.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=14.22%
G=46.98%
B=38.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33109900.7000.170.5716553.5227.84
Hex216D5A4601139a5361c
Octal41155132106021712456634
Binary1000011101101101101010001100100011110011010010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,109,90); }

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

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

 a { background-color: rgb(33,109,90); }

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

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

 span { border-color: rgb(33,109,90); }

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