#216F56

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

Shades of Eden #216F56

Tints of Eden #216F56

Color information

#216F56 (or 0x216F56) is unknown color: approx Eden. HEX triplet: 21, 6F and 56. RGB value is (33,111,86). Sum of RGB (Red+Green+Blue) = 33+111+86=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #216F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F56 is #DE90A9. Grayscale: #545454. Windows color (decimal): -14586026 or 5664545. OLE color: 5664545.

HSL color Cylindrical-coordinate representation of color #216F56: hue angle of 160.77º 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 #216F56 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB3311186-
CMYK0.7000.230.56
HSL160.77º54.17%28.24%-
HSV(B)160.77º70.27%43.53%-
XYZ7.9912.3610.77-
YUV84.83128.6691.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=14.35%
G=48.26%
B=37.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111860.7000.230.56160.7754.1728.24
Hex216F564601738a1361c
Octal41157126106027702416634
Binary1000011101111101011010001100101111110001010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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