#39AB85

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

Shades of Gossamer #39AB85

Tints of Gossamer #39AB85

Color information

#39AB85 (or 0x39AB85) is unknown color: approx Gossamer. HEX triplet: 39, AB and 85. RGB value is (57,171,133). Sum of RGB (Red+Green+Blue) = 57+171+133=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AB85 is #C6547A. Grayscale: #848484. Windows color (decimal): -12997755 or 8760121. OLE color: 8760121.

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

Color convert

RGB57171133-
CMYK0.6700.220.33
HSL160º50%44.71%-
HSV(B)160º66.67%67.06%-
XYZ20.4831.6927.23-
YUV132.58128.2374.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=15.79%
G=47.37%
B=36.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571711330.6700.220.331605044.71
Hex39AB854301621a0322d
Octal71253205103026412406255
Binary1110011010101110000101100001101011010000110100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,171,133); }

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

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

 a { background-color: rgb(57,171,133); }

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

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

 span { border-color: rgb(57,171,133); }

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