#39AA86

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

Shades of Gossamer #39AA86

Tints of Gossamer #39AA86

Color information

#39AA86 (or 0x39AA86) is unknown color: approx Gossamer. HEX triplet: 39, AA and 86. RGB value is (57,170,134). Sum of RGB (Red+Green+Blue) = 57+170+134=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AA86 is #C65579. Grayscale: #848484. Windows color (decimal): -12998010 or 8825401. OLE color: 8825401.

HSL color Cylindrical-coordinate representation of color #39AA86: hue angle of 160.88º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA86 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB57170134-
CMYK0.6600.210.33
HSL160.88º49.78%44.51%-
HSV(B)160.88º66.47%66.67%-
XYZ20.3731.3427.53-
YUV132.11129.0674.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=15.79%
G=47.09%
B=37.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701340.6600.210.33160.8849.7844.51
Hex39AA864201521a1322d
Octal71252206102025412416255
Binary1110011010101010000110100001001010110000110100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,170,134); }

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

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

 a { background-color: rgb(57,170,134); }

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

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

 span { border-color: rgb(57,170,134); }

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