#35A47C

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

Shades of Gossamer #35A47C

Tints of Gossamer #35A47C

Color information

#35A47C (or 0x35A47C) is unknown color: approx Gossamer. HEX triplet: 35, A4 and 7C. RGB value is (53,164,124). Sum of RGB (Red+Green+Blue) = 53+164+124=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #35A47C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A47C is #CA5B83. Grayscale: #7E7E7E. Windows color (decimal): -13261700 or 8168501. OLE color: 8168501.

HSL color Cylindrical-coordinate representation of color #35A47C: hue angle of 158.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A47C is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB53164124-
CMYK0.6800.240.36
HSL158.38º51.15%42.55%-
HSV(B)158.38º67.68%64.31%-
XYZ18.3828.7623.65-
YUV126.25126.7375.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=15.54%
G=48.09%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641240.6800.240.36158.3851.1542.55
Hex35A47C44018249e332b
Octal65244174104030442366353
Binary110101101001001111100100010001100010010010011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A47C; }

 p { color: rgb(53,164,124); }

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

<style>
 a { background-color: #35A47C; }

 a { background-color: rgb(53,164,124); }

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

<style>
 span { border-color: #35A47C; }

 span { border-color: rgb(53,164,124); }

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