#208683

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

Shades of Elm #208683

Tints of Elm #208683

Color information

#208683 (or 0x208683) is unknown color: approx Elm. HEX triplet: 20, 86 and 83. RGB value is (32,134,131). Sum of RGB (Red+Green+Blue) = 32+134+131=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #208683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208683 is #DF797C. Grayscale: #676767. Windows color (decimal): -14645629 or 8619552. OLE color: 8619552.

HSL color Cylindrical-coordinate representation of color #208683: hue angle of 178.24º 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 #208683 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB32134131-
CMYK0.7600.020.47
HSL178.24º61.45%32.55%-
HSV(B)178.24º76.12%52.55%-
XYZ13.221924.44-
YUV103.16143.7177.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=10.77%
G=45.12%
B=44.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321341310.7600.020.47178.2461.4532.55
Hex2086834C022Fb23d21
Octal4020620311402572627541
Binary1000001000011010000011100110001010111110110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208683; }

 p { color: rgb(32,134,131); }

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

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

 a { background-color: rgb(32,134,131); }

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

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

 span { border-color: rgb(32,134,131); }

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