#37978B

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

Shades of Gossamer #37978B

Tints of Gossamer #37978B

Color information

#37978B (or 0x37978B) is unknown color: approx Gossamer. HEX triplet: 37, 97 and 8B. RGB value is (55,151,139). Sum of RGB (Red+Green+Blue) = 55+151+139=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #37978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37978B is #C86874. Grayscale: #787878. Windows color (decimal): -13133941 or 9148215. OLE color: 9148215.

HSL color Cylindrical-coordinate representation of color #37978B: hue angle of 172.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37978B is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB55151139-
CMYK0.6400.080.41
HSL172.5º46.6%40.39%-
HSV(B)172.5º63.58%59.22%-
XYZ17.324.8128.3-
YUV120.93138.280.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=15.94%
G=43.77%
B=40.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551511390.6400.080.41172.546.640.39
Hex37978B400829ac2f28
Octal67227213100010512545750
Binary110111100101111000101110000000100010100110101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37978B; }

 p { color: rgb(55,151,139); }

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

<style>
 a { background-color: #37978B; }

 a { background-color: rgb(55,151,139); }

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

<style>
 span { border-color: #37978B; }

 span { border-color: rgb(55,151,139); }

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