#208A82

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

Shades of Elm #208A82

Tints of Elm #208A82

Color information

#208A82 (or 0x208A82) is unknown color: approx Elm. HEX triplet: 20, 8A and 82. RGB value is (32,138,130). Sum of RGB (Red+Green+Blue) = 32+138+130=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #208A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A82 is #DF757D. Grayscale: #696969. Windows color (decimal): -14644606 or 8555040. OLE color: 8555040.

HSL color Cylindrical-coordinate representation of color #208A82: hue angle of 175.47º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A82 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB32138130-
CMYK0.7700.060.46
HSL175.47º62.35%33.33%-
HSV(B)175.47º76.81%54.12%-
XYZ13.7120.124.28-
YUV105.39141.8875.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=10.67%
G=46%
B=43.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321381300.7700.060.46175.4762.3533.33
Hex208A824D062Eaf3e21
Octal4021220211506562577641
Binary10000010001010100000101001101011010111010101111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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