#218E7F

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

Shades of Elm #218E7F

Tints of Elm #218E7F

Color information

#218E7F (or 0x218E7F) is unknown color: approx Elm. HEX triplet: 21, 8E and 7F. RGB value is (33,142,127). Sum of RGB (Red+Green+Blue) = 33+142+127=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #218E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E7F is #DE7180. Grayscale: #6B6B6B. Windows color (decimal): -14578049 or 8359457. OLE color: 8359457.

HSL color Cylindrical-coordinate representation of color #218E7F: hue angle of 171.74º 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 #218E7F is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB33142127-
CMYK0.7700.110.44
HSL171.74º62.29%34.31%-
HSV(B)171.74º76.76%55.69%-
XYZ14.1321.223.43-
YUV107.7138.8974.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 127 (50% from 255) = 42.05%
R=10.93%
G=47.02%
B=42.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421270.7700.110.44171.7462.2934.31
Hex218E7F4D0B2Cac3e22
Octal41216177115013542547642
Binary10000110001110111111110011010101110110010101100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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