#218E6F

Color #218E6F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #218E6F

Tints of Elf Green #218E6F

Color information

#218E6F (or 0x218E6F) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 6F. RGB value is (33,142,111). Sum of RGB (Red+Green+Blue) = 33+142+111=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #218E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E6F is #DE7190. Grayscale: #696969. Windows color (decimal): -14578065 or 7310881. OLE color: 7310881.

HSL color Cylindrical-coordinate representation of color #218E6F: hue angle of 162.94º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E6F is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB33142111-
CMYK0.7700.220.44
HSL162.94º62.29%34.31%-
HSV(B)162.94º76.76%55.69%-
XYZ13.1720.8218.36-
YUV105.88130.8976.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 142 (55.86% from 255) = 49.65%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=11.54%
G=49.65%
B=38.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421110.7700.220.44162.9462.2934.31
Hex218E6F4D0162Ca33e22
Octal41216157115026542437642
Binary100001100011101101111100110101011010110010100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218E6F; }

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

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

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

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

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

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

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

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