#32A38D

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

Shades of Gossamer #32A38D

Tints of Gossamer #32A38D

Color information

#32A38D (or 0x32A38D) is unknown color: approx Gossamer. HEX triplet: 32, A3 and 8D. RGB value is (50,163,141). Sum of RGB (Red+Green+Blue) = 50+163+141=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #32A38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A38D is #CD5C72. Grayscale: #7E7E7E. Windows color (decimal): -13458547 or 9282354. OLE color: 9282354.

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

Color convert

RGB50163141-
CMYK0.6900.130.36
HSL168.32º53.05%41.76%-
HSV(B)168.32º69.33%63.92%-
XYZ19.2228.829.74-
YUV126.7136.0673.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=14.12%
G=46.05%
B=39.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501631410.6900.130.36168.3253.0541.76
Hex32A38D450D24a8352a
Octal62243215105015442506552
Binary110010101000111000110110001010110110010010101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,163,141); }

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

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

 a { background-color: rgb(50,163,141); }

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

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

 span { border-color: rgb(50,163,141); }

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