#208280

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

Shades of Elm #208280

Tints of Elm #208280

Color information

#208280 (or 0x208280) is unknown color: approx Elm. HEX triplet: 20, 82 and 80. RGB value is (32,130,128). Sum of RGB (Red+Green+Blue) = 32+130+128=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #208280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208280 is #DF7D7F. Grayscale: #646464. Windows color (decimal): -14646656 or 8421920. OLE color: 8421920.

HSL color Cylindrical-coordinate representation of color #208280: hue angle of 178.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208280 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB32130128-
CMYK0.7500.020.49
HSL178.78º60.49%31.76%-
HSV(B)178.78º75.38%50.98%-
XYZ12.4717.8323.21-
YUV100.47143.5379.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=11.03%
G=44.83%
B=44.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301280.7500.020.49178.7860.4931.76
Hex2082804B0231b33c20
Octal4020220011302612637440
Binary1000001000001010000000100101101011000110110011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208280; }

 p { color: rgb(32,130,128); }

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

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

 a { background-color: rgb(32,130,128); }

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

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

 span { border-color: rgb(32,130,128); }

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