#37A47E

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

Shades of Gossamer #37A47E

Tints of Gossamer #37A47E

Color information

#37A47E (or 0x37A47E) is unknown color: approx Gossamer. HEX triplet: 37, A4 and 7E. RGB value is (55,164,126). Sum of RGB (Red+Green+Blue) = 55+164+126=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #37A47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A47E is #C85B81. Grayscale: #7F7F7F. Windows color (decimal): -13130626 or 8299575. OLE color: 8299575.

HSL color Cylindrical-coordinate representation of color #37A47E: hue angle of 159.08º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A47E is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB55164126-
CMYK0.6600.230.36
HSL159.08º49.77%42.94%-
HSV(B)159.08º66.46%64.31%-
XYZ18.6228.8724.33-
YUV127.08127.3976.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=15.94%
G=47.54%
B=36.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551641260.6600.230.36159.0849.7742.94
Hex37A47E42017249f322b
Octal67244176102027442376253
Binary110111101001001111110100001001011110010010011111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A47E; }

 p { color: rgb(55,164,126); }

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

<style>
 a { background-color: #37A47E; }

 a { background-color: rgb(55,164,126); }

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

<style>
 span { border-color: #37A47E; }

 span { border-color: rgb(55,164,126); }

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