#32A18B

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

Shades of Gossamer #32A18B

Tints of Gossamer #32A18B

Color information

#32A18B (or 0x32A18B) is unknown color: approx Gossamer. HEX triplet: 32, A1 and 8B. RGB value is (50,161,139). Sum of RGB (Red+Green+Blue) = 50+161+139=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #32A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A18B is #CD5E74. Grayscale: #7D7D7D. Windows color (decimal): -13459061 or 9150770. OLE color: 9150770.

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

Color convert

RGB50161139-
CMYK0.6900.140.37
HSL168.11º52.61%41.37%-
HSV(B)168.11º68.94%63.14%-
XYZ18.7228.0328.85-
YUV125.3135.7374.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.29%
GREEN value IS 161 (63.28% from 255) = 46%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=14.29%
G=46%
B=39.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501611390.6900.140.37168.1152.6141.37
Hex32A18B450E25a83529
Octal62241213105016452506551
Binary110010101000011000101110001010111010010110101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,161,139); }

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

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

 a { background-color: rgb(50,161,139); }

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

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

 span { border-color: rgb(50,161,139); }

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