#216855

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

Shades of Eden #216855

Tints of Eden #216855

Color information

#216855 (or 0x216855) is unknown color: approx Eden. HEX triplet: 21, 68 and 55. RGB value is (33,104,85). Sum of RGB (Red+Green+Blue) = 33+104+85=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #216855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216855 is #DE97AA. Grayscale: #505050. Windows color (decimal): -14587819 or 5597217. OLE color: 5597217.

HSL color Cylindrical-coordinate representation of color #216855: hue angle of 163.94º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216855 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB3310485-
CMYK0.6800.180.59
HSL163.94º51.82%26.86%-
HSV(B)163.94º68.27%40.78%-
XYZ7.2210.8810.31-
YUV80.6130.4894.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=14.86%
G=46.85%
B=38.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104850.6800.180.59163.9451.8226.86
Hex216855440123Ba4341b
Octal41150125104022732446433
Binary1000011101000101010110001000100101110111010010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216855; }

 p { color: rgb(33,104,85); }

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

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

 a { background-color: rgb(33,104,85); }

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

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

 span { border-color: rgb(33,104,85); }

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