#37A081

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

Shades of Gossamer #37A081

Tints of Gossamer #37A081

Color information

#37A081 (or 0x37A081) is unknown color: approx Gossamer. HEX triplet: 37, A0 and 81. RGB value is (55,160,129). Sum of RGB (Red+Green+Blue) = 55+160+129=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #37A081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A081 is #C85F7E. Grayscale: #7D7D7D. Windows color (decimal): -13131647 or 8495159. OLE color: 8495159.

HSL color Cylindrical-coordinate representation of color #37A081: hue angle of 162.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A081 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB55160129-
CMYK0.6600.190.37
HSL162.29º48.84%42.16%-
HSV(B)162.29º65.62%62.75%-
XYZ18.1127.5425.13-
YUV125.07130.2178.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.99%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=15.99%
G=46.51%
B=37.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551601290.6600.190.37162.2948.8442.16
Hex37A0814201325a2312a
Octal67240201102023452426152
Binary1101111010000010000001100001001001110010110100010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,160,129); }

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

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

 a { background-color: rgb(55,160,129); }

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

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

 span { border-color: rgb(55,160,129); }

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