#208880

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

Shades of Elm #208880

Tints of Elm #208880

Color information

#208880 (or 0x208880) is unknown color: approx Elm. HEX triplet: 20, 88 and 80. RGB value is (32,136,128). Sum of RGB (Red+Green+Blue) = 32+136+128=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #208880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208880 is #DF777F. Grayscale: #676767. Windows color (decimal): -14645120 or 8423456. OLE color: 8423456.

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

Color convert

RGB32136128-
CMYK0.7600.060.47
HSL175.38º61.9%32.94%-
HSV(B)175.38º76.47%53.33%-
XYZ13.319.4723.48-
YUV103.99141.5476.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=10.81%
G=45.95%
B=43.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321361280.7600.060.47175.3861.932.94
Hex2088804C062Faf3e21
Octal4021020011406572577641
Binary10000010001000100000001001100011010111110101111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208880; }

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

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

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

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

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

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

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

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