#37AA7C

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

Shades of Gossamer #37AA7C

Tints of Gossamer #37AA7C

Color information

#37AA7C (or 0x37AA7C) is unknown color: approx Gossamer. HEX triplet: 37, AA and 7C. RGB value is (55,170,124). Sum of RGB (Red+Green+Blue) = 55+170+124=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37AA7C is #C85583. Grayscale: #828282. Windows color (decimal): -13129092 or 8170039. OLE color: 8170039.

HSL color Cylindrical-coordinate representation of color #37AA7C: hue angle of 156º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AA7C is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB55170124-
CMYK0.6800.270.33
HSL156º51.11%44.12%-
HSV(B)156º67.65%66.67%-
XYZ19.5931.0224.02-
YUV130.37124.474.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=15.76%
G=48.71%
B=35.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551701240.6800.270.3315651.1144.12
Hex37AA7C4401B219c332c
Octal67252174104033412346354
Binary110111101010101111100100010001101110000110011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,170,124); }

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

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

 a { background-color: rgb(55,170,124); }

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

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

 span { border-color: rgb(55,170,124); }

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