#39A97C

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

Shades of Gossamer #39A97C

Tints of Gossamer #39A97C

Color information

#39A97C (or 0x39A97C) is unknown color: approx Gossamer. HEX triplet: 39, A9 and 7C. RGB value is (57,169,124). Sum of RGB (Red+Green+Blue) = 57+169+124=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #39A97C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39A97C is #C65683. Grayscale: #828282. Windows color (decimal): -12998276 or 8169785. OLE color: 8169785.

HSL color Cylindrical-coordinate representation of color #39A97C: hue angle of 155.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A97C is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB57169124-
CMYK0.6600.270.34
HSL155.89º49.56%44.31%-
HSV(B)155.89º66.27%66.27%-
XYZ19.5130.723.97-
YUV130.38124.3975.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=16.29%
G=48.29%
B=35.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571691240.6600.270.34155.8949.5644.31
Hex39A97C4201B229c322c
Octal71251174102033422346254
Binary111001101010011111100100001001101110001010011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A97C; }

 p { color: rgb(57,169,124); }

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

<style>
 a { background-color: #39A97C; }

 a { background-color: rgb(57,169,124); }

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

<style>
 span { border-color: #39A97C; }

 span { border-color: rgb(57,169,124); }

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