#218983

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

Shades of Elm #218983

Tints of Elm #218983

Color information

#218983 (or 0x218983) is unknown color: approx Elm. HEX triplet: 21, 89 and 83. RGB value is (33,137,131). Sum of RGB (Red+Green+Blue) = 33+137+131=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #218983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218983 is #DE767C. Grayscale: #696969. Windows color (decimal): -14579325 or 8620321. OLE color: 8620321.

HSL color Cylindrical-coordinate representation of color #218983: hue angle of 176.54º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218983 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB33137131-
CMYK0.7600.040.46
HSL176.54º61.18%33.33%-
HSV(B)176.54º75.91%53.73%-
XYZ13.6719.8524.58-
YUV105.22142.5476.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=10.96%
G=45.51%
B=43.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371310.7600.040.46176.5461.1833.33
Hex2189834C042Eb13d21
Octal4121120311404562617541
Binary10000110001001100000111001100010010111010110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218983; }

 p { color: rgb(33,137,131); }

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

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

 a { background-color: rgb(33,137,131); }

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

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

 span { border-color: rgb(33,137,131); }

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