#216A59

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

Shades of Eden #216A59

Tints of Eden #216A59

Color information

#216A59 (or 0x216A59) is unknown color: approx Eden. HEX triplet: 21, 6A and 59. RGB value is (33,106,89). Sum of RGB (Red+Green+Blue) = 33+106+89=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #216A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A59 is #DE95A6. Grayscale: #525252. Windows color (decimal): -14587303 or 5859873. OLE color: 5859873.

HSL color Cylindrical-coordinate representation of color #216A59: hue angle of 166.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A59 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB3310689-
CMYK0.6900.160.58
HSL166.03º52.52%27.25%-
HSV(B)166.03º68.87%41.57%-
XYZ7.5811.3511.24-
YUV82.24131.8292.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=14.47%
G=46.49%
B=39.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106890.6900.160.58166.0352.5227.25
Hex216A59450103Aa6351b
Octal41152131105020722466533
Binary1000011101010101100110001010100001110101010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A59; }

 p { color: rgb(33,106,89); }

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

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

 a { background-color: rgb(33,106,89); }

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

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

 span { border-color: rgb(33,106,89); }

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