#216f59

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

Shades of Eden #216F59

Tints of Eden #216F59

Color information

#216F59 (or 0x216F59) is unknown color: approx Eden. HEX triplet: 21, 6F and 59. RGB value is (33,111,89). Sum of RGB (Red+Green+Blue) = 33+111+89=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #216F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F59 is #DE90A6. Grayscale: #555555. Windows color (decimal): -14586023 or 5861153. OLE color: 5861153.

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

Color convert

RGB3311189-
CMYK0.7000.200.56
HSL163.08º54.17%28.24%-
HSV(B)163.08º70.27%43.53%-
XYZ8.1112.4111.42-
YUV85.17130.1690.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=14.16%
G=47.64%
B=38.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111890.7000.200.56163.0854.1728.24
Hex216F594601438a3361c
Octal41157131106024702436634
Binary1000011101111101100110001100101001110001010001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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