#37AC8A

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

Shades of Gossamer #37AC8A

Tints of Gossamer #37AC8A

Color information

#37AC8A (or 0x37AC8A) is unknown color: approx Gossamer. HEX triplet: 37, AC and 8A. RGB value is (55,172,138). Sum of RGB (Red+Green+Blue) = 55+172+138=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #37AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AC8A is #C85375. Grayscale: #858585. Windows color (decimal): -13128566 or 9088055. OLE color: 9088055.

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

Color convert

RGB55172138-
CMYK0.6800.200.33
HSL162.56º51.54%44.51%-
HSV(B)162.56º68.02%67.45%-
XYZ20.9232.1529.15-
YUV133.14130.7472.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.07%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=15.07%
G=47.12%
B=37.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551721380.6800.200.33162.5651.5444.51
Hex37AC8A4401421a3342d
Octal67254212104024412436455
Binary1101111010110010001010100010001010010000110100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,172,138); }

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

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

 a { background-color: rgb(55,172,138); }

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

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

 span { border-color: rgb(55,172,138); }

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