#37A686

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

Shades of Gossamer #37A686

Tints of Gossamer #37A686

Color information

#37A686 (or 0x37A686) is unknown color: approx Gossamer. HEX triplet: 37, A6 and 86. RGB value is (55,166,134). Sum of RGB (Red+Green+Blue) = 55+166+134=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #37A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A686 is #C85979. Grayscale: #818181. Windows color (decimal): -13130106 or 8824375. OLE color: 8824375.

HSL color Cylindrical-coordinate representation of color #37A686: hue angle of 162.7º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A686 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB55166134-
CMYK0.6700.190.35
HSL162.7º50.23%43.33%-
HSV(B)162.7º66.87%65.1%-
XYZ19.5129.8127.28-
YUV129.16130.7375.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=15.49%
G=46.76%
B=37.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551661340.6700.190.35162.750.2343.33
Hex37A6864301323a3322b
Octal67246206103023432436253
Binary1101111010011010000110100001101001110001110100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,166,134); }

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

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

 a { background-color: rgb(55,166,134); }

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

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

 span { border-color: rgb(55,166,134); }

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