#32A280

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

Shades of Gossamer #32A280

Tints of Gossamer #32A280

Color information

#32A280 (or 0x32A280) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 80. RGB value is (50,162,128). Sum of RGB (Red+Green+Blue) = 50+162+128=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #32A280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A280 is #CD5D7F. Grayscale: #7C7C7C. Windows color (decimal): -13458816 or 8430130. OLE color: 8430130.

HSL color Cylindrical-coordinate representation of color #32A280: hue angle of 161.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A280 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB50162128-
CMYK0.6900.210.36
HSL161.79º52.83%41.57%-
HSV(B)161.79º69.14%63.53%-
XYZ18.1328.0824.89-
YUV124.64129.8974.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=14.71%
G=47.65%
B=37.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621280.6900.210.36161.7952.8341.57
Hex32A2804501524a2352a
Octal62242200105025442426552
Binary1100101010001010000000100010101010110010010100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A280; }

 p { color: rgb(50,162,128); }

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

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

 a { background-color: rgb(50,162,128); }

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

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

 span { border-color: rgb(50,162,128); }

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