#37AB80

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

Shades of Gossamer #37AB80

Tints of Gossamer #37AB80

Color information

#37AB80 (or 0x37AB80) is unknown color: approx Gossamer. HEX triplet: 37, AB and 80. RGB value is (55,171,128). Sum of RGB (Red+Green+Blue) = 55+171+128=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AB80 is #C8547F. Grayscale: #838383. Windows color (decimal): -13128832 or 8432439. OLE color: 8432439.

HSL color Cylindrical-coordinate representation of color #37AB80: hue angle of 157.76º 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 #37AB80 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB55171128-
CMYK0.6800.250.33
HSL157.76º51.33%44.31%-
HSV(B)157.76º67.84%67.06%-
XYZ20.0331.525.45-
YUV131.41126.0773.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=15.54%
G=48.31%
B=36.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551711280.6800.250.33157.7651.3344.31
Hex37AB8044019219e332c
Octal67253200104031412366354
Binary1101111010101110000000100010001100110000110011110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,171,128); }

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

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

 a { background-color: rgb(55,171,128); }

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

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

 span { border-color: rgb(55,171,128); }

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