#208D80

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

Shades of Elm #208D80

Tints of Elm #208D80

Color information

#208D80 (or 0x208D80) is unknown color: approx Elm. HEX triplet: 20, 8D and 80. RGB value is (32,141,128). Sum of RGB (Red+Green+Blue) = 32+141+128=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #208D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D80 is #DF727F. Grayscale: #6A6A6A. Windows color (decimal): -14643840 or 8424736. OLE color: 8424736.

HSL color Cylindrical-coordinate representation of color #208D80: hue angle of 172.84º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D80 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB32141128-
CMYK0.7700.090.45
HSL172.84º63.01%33.92%-
HSV(B)172.84º77.3%55.29%-
XYZ14.0220.9223.72-
YUV106.93139.8974.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=10.63%
G=46.84%
B=42.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321411280.7700.090.45172.8463.0133.92
Hex208D804D092Dad3f22
Octal40215200115011552557742
Binary100000100011011000000010011010100110110110101101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208D80; }

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

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

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

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

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

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

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

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