#216A5C

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

Shades of Eden #216A5C

Tints of Eden #216A5C

Color information

#216A5C (or 0x216A5C) is unknown color: approx Eden. HEX triplet: 21, 6A and 5C. RGB value is (33,106,92). Sum of RGB (Red+Green+Blue) = 33+106+92=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #216A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A5C is #DE95A3. Grayscale: #525252. Windows color (decimal): -14587300 or 6056481. OLE color: 6056481.

HSL color Cylindrical-coordinate representation of color #216A5C: hue angle of 168.49º 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 #216A5C is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB3310692-
CMYK0.6900.130.58
HSL168.49º52.52%27.25%-
HSV(B)168.49º68.87%41.57%-
XYZ7.7111.411.92-
YUV82.58133.3292.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=14.29%
G=45.89%
B=39.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106920.6900.130.58168.4952.5227.25
Hex216A5C450D3Aa8351b
Octal41152134105015722506533
Binary100001110101010111001000101011011110101010100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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