#39A980

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

Shades of Gossamer #39A980

Tints of Gossamer #39A980

Color information

#39A980 (or 0x39A980) is unknown color: approx Gossamer. HEX triplet: 39, A9 and 80. RGB value is (57,169,128). Sum of RGB (Red+Green+Blue) = 57+169+128=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #39A980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A980 is #C6567F. Grayscale: #828282. Windows color (decimal): -12998272 or 8431929. OLE color: 8431929.

HSL color Cylindrical-coordinate representation of color #39A980: hue angle of 158.04º 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 #39A980 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB57169128-
CMYK0.6600.240.34
HSL158.04º49.56%44.31%-
HSV(B)158.04º66.27%66.27%-
XYZ19.7730.825.33-
YUV130.84126.3975.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=16.10%
G=47.74%
B=36.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571691280.6600.240.34158.0449.5644.31
Hex39A98042018229e322c
Octal71251200102030422366254
Binary1110011010100110000000100001001100010001010011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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