#215E56

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

Shades of Eden #215E56

Tints of Eden #215E56

Color information

#215E56 (or 0x215E56) is unknown color: approx Eden. HEX triplet: 21, 5E and 56. RGB value is (33,94,86). Sum of RGB (Red+Green+Blue) = 33+94+86=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #215E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E56 is #DEA1A9. Grayscale: #4A4A4A. Windows color (decimal): -14590378 or 5660193. OLE color: 5660193.

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

Color convert

RGB339486-
CMYK0.6500.090.63
HSL172.13º48.03%24.9%-
HSV(B)172.13º64.89%36.86%-
XYZ6.31910.21-
YUV74.85134.2998.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=15.49%
G=44.13%
B=40.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394860.6500.090.63172.1348.0324.9
Hex215E5641093Fac3019
Octal41136126101011772546031
Binary100001101111010101101000001010011111111010110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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