#217060

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

Shades of Eden #217060

Tints of Eden #217060

Color information

#217060 (or 0x217060) is unknown color: approx Eden. HEX triplet: 21, 70 and 60. RGB value is (33,112,96). Sum of RGB (Red+Green+Blue) = 33+112+96=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #217060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217060 is #DE8F9F. Grayscale: #565656. Windows color (decimal): -14585760 or 6320161. OLE color: 6320161.

HSL color Cylindrical-coordinate representation of color #217060: hue angle of 167.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217060 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB3311296-
CMYK0.7100.140.56
HSL167.85º54.48%28.43%-
HSV(B)167.85º70.54%43.92%-
XYZ8.5312.7613.08-
YUV86.56133.3389.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=13.69%
G=46.47%
B=39.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112960.7100.140.56167.8554.4828.43
Hex217060470E38a8361c
Octal41160140107016702506634
Binary100001111000011000001000111011101110001010100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217060; }

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

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

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

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

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

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

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

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