#218884

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

Shades of Elm #218884

Tints of Elm #218884

Color information

#218884 (or 0x218884) is unknown color: approx Elm. HEX triplet: 21, 88 and 84. RGB value is (33,136,132). Sum of RGB (Red+Green+Blue) = 33+136+132=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #218884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218884 is #DE777B. Grayscale: #686868. Windows color (decimal): -14579580 or 8685601. OLE color: 8685601.

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

Color convert

RGB33136132-
CMYK0.7600.030.47
HSL177.67º60.95%33.14%-
HSV(B)177.67º75.74%53.33%-
XYZ13.619.624.9-
YUV104.75143.3876.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=10.96%
G=45.18%
B=43.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331361320.7600.030.47177.6760.9533.14
Hex2188844C032Fb23d21
Octal4121020411403572627541
Binary1000011000100010000100100110001110111110110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218884; }

 p { color: rgb(33,136,132); }

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

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

 a { background-color: rgb(33,136,132); }

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

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

 span { border-color: rgb(33,136,132); }

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