#37A08C

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

Shades of Gossamer #37A08C

Tints of Gossamer #37A08C

Color information

#37A08C (or 0x37A08C) is unknown color: approx Gossamer. HEX triplet: 37, A0 and 8C. RGB value is (55,160,140). Sum of RGB (Red+Green+Blue) = 55+160+140=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #37A08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A08C is #C85F73. Grayscale: #7E7E7E. Windows color (decimal): -13131636 or 9216055. OLE color: 9216055.

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

Color convert

RGB55160140-
CMYK0.6600.120.37
HSL168.57º48.84%42.16%-
HSV(B)168.57º65.62%62.75%-
XYZ18.8827.8529.19-
YUV126.32135.7177.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=15.49%
G=45.07%
B=39.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551601400.6600.120.37168.5748.8442.16
Hex37A08C420C25a9312a
Octal67240214102014452516152
Binary110111101000001000110010000100110010010110101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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