#37A496

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

Shades of Gossamer #37A496

Tints of Gossamer #37A496

Color information

#37A496 (or 0x37A496) is unknown color: approx Gossamer. HEX triplet: 37, A4 and 96. RGB value is (55,164,150). Sum of RGB (Red+Green+Blue) = 55+164+150=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #37A496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A496 is #C85B69. Grayscale: #818181. Windows color (decimal): -13130602 or 9872439. OLE color: 9872439.

HSL color Cylindrical-coordinate representation of color #37A496: hue angle of 172.29º 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 #37A496 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB55164150-
CMYK0.6600.090.36
HSL172.29º49.77%42.94%-
HSV(B)172.29º66.46%64.31%-
XYZ20.3629.5733.49-
YUV129.81139.3974.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=14.91%
G=44.44%
B=40.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551641500.6600.090.36172.2949.7742.94
Hex37A496420924ac322b
Octal67244226102011442546253
Binary110111101001001001011010000100100110010010101100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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