#39A49A

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

Shades of Gossamer #39A49A

Tints of Gossamer #39A49A

Color information

#39A49A (or 0x39A49A) is unknown color: approx Gossamer. HEX triplet: 39, A4 and 9A. RGB value is (57,164,154). Sum of RGB (Red+Green+Blue) = 57+164+154=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #39A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A49A is #C65B65. Grayscale: #828282. Windows color (decimal): -12999526 or 10134585. OLE color: 10134585.

HSL color Cylindrical-coordinate representation of color #39A49A: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A49A is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB57164154-
CMYK0.6500.060.36
HSL174.39º48.42%43.33%-
HSV(B)174.39º65.24%64.31%-
XYZ20.829.7535.22-
YUV130.87141.0575.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=15.2%
G=43.73%
B=41.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571641540.6500.060.36174.3948.4243.33
Hex39A49A410624ae302b
Octal7124423210106442566053
Binary11100110100100100110101000001011010010010101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,164,154); }

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

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

 a { background-color: rgb(57,164,154); }

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

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

 span { border-color: rgb(57,164,154); }

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