#215C57

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

Shades of Eden #215C57

Tints of Eden #215C57

Color information

#215C57 (or 0x215C57) is unknown color: approx Eden. HEX triplet: 21, 5C and 57. RGB value is (33,92,87). Sum of RGB (Red+Green+Blue) = 33+92+87=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #215C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C57 is #DEA3A8. Grayscale: #494949. Windows color (decimal): -14590889 or 5725217. OLE color: 5725217.

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

Color convert

RGB339287-
CMYK0.6400.050.64
HSL174.92º47.2%24.51%-
HSV(B)174.92º64.13%36.08%-
XYZ6.178.6710.36-
YUV73.79135.4598.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=15.57%
G=43.40%
B=41.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392870.6400.050.64174.9247.224.51
Hex215C57400540af2f19
Octal41134127100051002575731
Binary100001101110010101111000000010110000001010111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,87); }

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

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

 a { background-color: rgb(33,92,87); }

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

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

 span { border-color: rgb(33,92,87); }

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