#32A28C

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

Shades of Gossamer #32A28C

Tints of Gossamer #32A28C

Color information

#32A28C (or 0x32A28C) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 8C. RGB value is (50,162,140). Sum of RGB (Red+Green+Blue) = 50+162+140=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #32A28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A28C is #CD5D73. Grayscale: #7D7D7D. Windows color (decimal): -13458804 or 9216562. OLE color: 9216562.

HSL color Cylindrical-coordinate representation of color #32A28C: hue angle of 168.21º 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 #32A28C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB50162140-
CMYK0.6900.140.36
HSL168.21º52.83%41.57%-
HSV(B)168.21º69.14%63.53%-
XYZ18.9728.4129.3-
YUV126135.8973.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.20%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=14.20%
G=46.02%
B=39.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621400.6900.140.36168.2152.8341.57
Hex32A28C450E24a8352a
Octal62242214105016442506552
Binary110010101000101000110010001010111010010010101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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