#35A481

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

Shades of Gossamer #35A481

Tints of Gossamer #35A481

Color information

#35A481 (or 0x35A481) is unknown color: approx Gossamer. HEX triplet: 35, A4 and 81. RGB value is (53,164,129). Sum of RGB (Red+Green+Blue) = 53+164+129=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #35A481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A481 is #CA5B7E. Grayscale: #7E7E7E. Windows color (decimal): -13261695 or 8496181. OLE color: 8496181.

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

Color convert

RGB53164129-
CMYK0.6800.210.36
HSL161.08º51.15%42.55%-
HSV(B)161.08º67.68%64.31%-
XYZ18.7128.8925.36-
YUV126.82129.2375.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=15.32%
G=47.40%
B=37.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641290.6800.210.36161.0851.1542.55
Hex35A4814401524a1332b
Octal65244201104025442416353
Binary1101011010010010000001100010001010110010010100001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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