#216C5C

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

Shades of Eden #216C5C

Tints of Eden #216C5C

Color information

#216C5C (or 0x216C5C) is unknown color: approx Eden. HEX triplet: 21, 6C and 5C. RGB value is (33,108,92). Sum of RGB (Red+Green+Blue) = 33+108+92=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #216C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C5C is #DE93A3. Grayscale: #535353. Windows color (decimal): -14586788 or 6056993. OLE color: 6056993.

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

Color convert

RGB3310892-
CMYK0.6900.150.58
HSL167.2º53.19%27.65%-
HSV(B)167.2º69.44%42.35%-
XYZ7.9211.8211.99-
YUV83.75132.6591.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=14.16%
G=46.35%
B=39.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108920.6900.150.58167.253.1927.65
Hex216C5C450F3Aa7351c
Octal41154134105017722476534
Binary100001110110010111001000101011111110101010011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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