#32A27F

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

Shades of Gossamer #32A27F

Tints of Gossamer #32A27F

Color information

#32A27F (or 0x32A27F) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 7F. RGB value is (50,162,127). Sum of RGB (Red+Green+Blue) = 50+162+127=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #32A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A27F is #CD5D80. Grayscale: #7C7C7C. Windows color (decimal): -13458817 or 8364594. OLE color: 8364594.

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

Color convert

RGB50162127-
CMYK0.6900.220.36
HSL161.25º52.83%41.57%-
HSV(B)161.25º69.14%63.53%-
XYZ18.0728.0524.54-
YUV124.52129.3974.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 127 (50% from 255) = 37.46%
R=14.75%
G=47.79%
B=37.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621270.6900.220.36161.2552.8341.57
Hex32A27F4501624a1352a
Octal62242177105026442416552
Binary110010101000101111111100010101011010010010100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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