#215D56

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

Shades of Eden #215D56

Tints of Eden #215D56

Color information

#215D56 (or 0x215D56) is unknown color: approx Eden. HEX triplet: 21, 5D and 56. RGB value is (33,93,86). Sum of RGB (Red+Green+Blue) = 33+93+86=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #215D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D56 is #DEA2A9. Grayscale: #4A4A4A. Windows color (decimal): -14590634 or 5659937. OLE color: 5659937.

HSL color Cylindrical-coordinate representation of color #215D56: hue angle of 173º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D56 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB339386-
CMYK0.6500.080.64
HSL173º47.62%24.71%-
HSV(B)173º64.52%36.47%-
XYZ6.228.8210.18-
YUV74.26134.6298.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=15.57%
G=43.87%
B=40.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393860.6500.080.6417347.6224.71
Hex215D56410840ad3019
Octal411351261010101002556031
Binary1000011011101101011010000010100010000001010110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D56; }

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

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

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

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

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

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

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

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