#218c81

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

Shades of Elm #218C81

Tints of Elm #218C81

Color information

#218C81 (or 0x218C81) is unknown color: approx Elm. HEX triplet: 21, 8C and 81. RGB value is (33,140,129). Sum of RGB (Red+Green+Blue) = 33+140+129=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #218C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C81 is #DE737E. Grayscale: #6A6A6A. Windows color (decimal): -14578559 or 8490017. OLE color: 8490017.

HSL color Cylindrical-coordinate representation of color #218C81: hue angle of 173.83º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C81 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB33140129-
CMYK0.7600.080.45
HSL173.83º61.85%33.92%-
HSV(B)173.83º76.43%54.9%-
XYZ13.9720.6624.02-
YUV106.75140.5575.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 140 (55.08% from 255) = 46.36%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=10.93%
G=46.36%
B=42.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331401290.7600.080.45173.8361.8533.92
Hex218C814C082Dae3e22
Octal41214201114010552567642
Binary100001100011001000000110011000100010110110101110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,140,129); }

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

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

 a { background-color: rgb(33,140,129); }

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

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

 span { border-color: rgb(33,140,129); }

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