#32A28E

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

Shades of Gossamer #32A28E

Tints of Gossamer #32A28E

Color information

#32A28E (or 0x32A28E) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 8E. RGB value is (50,162,142). Sum of RGB (Red+Green+Blue) = 50+162+142=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #32A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A28E is #CD5D71. Grayscale: #7E7E7E. Windows color (decimal): -13458802 or 9347634. OLE color: 9347634.

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

Color convert

RGB50162142-
CMYK0.6900.120.36
HSL169.29º52.83%41.57%-
HSV(B)169.29º69.14%63.53%-
XYZ19.1228.4730.08-
YUV126.23136.8973.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=14.12%
G=45.76%
B=40.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621420.6900.120.36169.2952.8341.57
Hex32A28E450C24a9352a
Octal62242216105014442516552
Binary110010101000101000111010001010110010010010101001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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