#215D54

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

Shades of Eden #215D54

Tints of Eden #215D54

Color information

#215D54 (or 0x215D54) is unknown color: approx Eden. HEX triplet: 21, 5D and 54. RGB value is (33,93,84). Sum of RGB (Red+Green+Blue) = 33+93+84=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #215D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D54 is #DEA2AB. Grayscale: #4A4A4A. Windows color (decimal): -14590636 or 5528865. OLE color: 5528865.

HSL color Cylindrical-coordinate representation of color #215D54: hue angle of 171º 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 #215D54 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB339384-
CMYK0.6500.100.64
HSL171º47.62%24.71%-
HSV(B)171º64.52%36.47%-
XYZ6.148.799.76-
YUV74.03133.6298.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 84 (33.20% from 255) = 40%
R=15.71%
G=44.29%
B=40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393840.6500.100.6417147.6224.71
Hex215D54410A40ab3019
Octal411351241010121002536031
Binary1000011011101101010010000010101010000001010101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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