#216053

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

Shades of Eden #216053

Tints of Eden #216053

Color information

#216053 (or 0x216053) is unknown color: approx Eden. HEX triplet: 21, 60 and 53. RGB value is (33,96,83). Sum of RGB (Red+Green+Blue) = 33+96+83=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #216053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216053 is #DE9FAC. Grayscale: #4B4B4B. Windows color (decimal): -14589869 or 5464097. OLE color: 5464097.

HSL color Cylindrical-coordinate representation of color #216053: hue angle of 167.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216053 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB339683-
CMYK0.6600.140.62
HSL167.62º48.84%25.29%-
HSV(B)167.62º65.62%37.65%-
XYZ6.379.319.65-
YUV75.68132.1397.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=15.57%
G=45.28%
B=39.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396830.6600.140.62167.6248.8425.29
Hex216053420E3Ea83119
Octal41140123102016762506131
Binary100001110000010100111000010011101111101010100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216053; }

 p { color: rgb(33,96,83); }

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

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

 a { background-color: rgb(33,96,83); }

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

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

 span { border-color: rgb(33,96,83); }

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