#35A486

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

Shades of Gossamer #35A486

Tints of Gossamer #35A486

Color information

#35A486 (or 0x35A486) is unknown color: approx Gossamer. HEX triplet: 35, A4 and 86. RGB value is (53,164,134). Sum of RGB (Red+Green+Blue) = 53+164+134=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #35A486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A486 is #CA5B79. Grayscale: #7F7F7F. Windows color (decimal): -13261690 or 8823861. OLE color: 8823861.

HSL color Cylindrical-coordinate representation of color #35A486: hue angle of 163.78º 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 #35A486 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB53164134-
CMYK0.6800.180.36
HSL163.78º51.15%42.55%-
HSV(B)163.78º67.68%64.31%-
XYZ19.0529.0327.15-
YUV127.39131.7374.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=15.10%
G=46.72%
B=38.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641340.6800.180.36163.7851.1542.55
Hex35A4864401224a4332b
Octal65244206104022442446353
Binary1101011010010010000110100010001001010010010100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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