#215C51

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

Shades of Eden #215C51

Tints of Eden #215C51

Color information

#215C51 (or 0x215C51) is unknown color: approx Eden. HEX triplet: 21, 5C and 51. RGB value is (33,92,81). Sum of RGB (Red+Green+Blue) = 33+92+81=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #215C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C51 is #DEA3AE. Grayscale: #494949. Windows color (decimal): -14590895 or 5332001. OLE color: 5332001.

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

Color convert

RGB339281-
CMYK0.6400.120.64
HSL168.81º47.2%24.51%-
HSV(B)168.81º64.13%36.08%-
XYZ5.948.579.13-
YUV73.1132.4599.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=16.02%
G=44.66%
B=39.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392810.6400.120.64168.8147.224.51
Hex215C51400C40a92f19
Octal411341211000141002515731
Binary1000011011100101000110000000110010000001010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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