#215C50

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

Shades of Eden #215C50

Tints of Eden #215C50

Color information

#215C50 (or 0x215C50) is unknown color: approx Eden. HEX triplet: 21, 5C and 50. RGB value is (33,92,80). Sum of RGB (Red+Green+Blue) = 33+92+80=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #215C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C50 is #DEA3AF. Grayscale: #484848. Windows color (decimal): -14590896 or 5266465. OLE color: 5266465.

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

Color convert

RGB339280-
CMYK0.6400.130.64
HSL167.8º47.2%24.51%-
HSV(B)167.8º64.13%36.08%-
XYZ5.98.568.93-
YUV72.99131.9599.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=16.10%
G=44.88%
B=39.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392800.6400.130.64167.847.224.51
Hex215C50400D40a82f19
Octal411341201000151002505731
Binary1000011011100101000010000000110110000001010100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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