#32A086

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

Shades of Gossamer #32A086

Tints of Gossamer #32A086

Color information

#32A086 (or 0x32A086) is unknown color: approx Gossamer. HEX triplet: 32, A0 and 86. RGB value is (50,160,134). Sum of RGB (Red+Green+Blue) = 50+160+134=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #32A086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A086 is #CD5F79. Grayscale: #7C7C7C. Windows color (decimal): -13459322 or 8822834. OLE color: 8822834.

HSL color Cylindrical-coordinate representation of color #32A086: hue angle of 165.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A086 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB50160134-
CMYK0.6900.160.37
HSL165.82º52.38%41.18%-
HSV(B)165.82º68.75%62.75%-
XYZ18.1927.5426.91-
YUV124.15133.5675.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=14.53%
G=46.51%
B=38.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501601340.6900.160.37165.8252.3841.18
Hex32A0864501025a63429
Octal62240206105020452466451
Binary1100101010000010000110100010101000010010110100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,160,134); }

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

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

 a { background-color: rgb(50,160,134); }

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

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

 span { border-color: rgb(50,160,134); }

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