#208581

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

Shades of Elm #208581

Tints of Elm #208581

Color information

#208581 (or 0x208581) is unknown color: approx Elm. HEX triplet: 20, 85 and 81. RGB value is (32,133,129). Sum of RGB (Red+Green+Blue) = 32+133+129=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #208581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208581 is #DF7A7E. Grayscale: #666666. Windows color (decimal): -14645887 or 8488224. OLE color: 8488224.

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

Color convert

RGB32133129-
CMYK0.7600.030.48
HSL177.62º61.21%32.35%-
HSV(B)177.62º75.94%52.16%-
XYZ12.9518.6723.69-
YUV102.34143.0477.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=10.88%
G=45.24%
B=43.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331290.7600.030.48177.6261.2132.35
Hex2085814C0330b23d20
Octal4020520111403602627540
Binary1000001000010110000001100110001111000010110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208581; }

 p { color: rgb(32,133,129); }

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

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

 a { background-color: rgb(32,133,129); }

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

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

 span { border-color: rgb(32,133,129); }

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