#35A095

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

Shades of Gossamer #35A095

Tints of Gossamer #35A095

Color information

#35A095 (or 0x35A095) is unknown color: approx Gossamer. HEX triplet: 35, A0 and 95. RGB value is (53,160,149). Sum of RGB (Red+Green+Blue) = 53+160+149=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #35A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A095 is #CA5F6A. Grayscale: #7E7E7E. Windows color (decimal): -13262699 or 9805877. OLE color: 9805877.

HSL color Cylindrical-coordinate representation of color #35A095: hue angle of 173.83º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A095 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB53160149-
CMYK0.6700.070.37
HSL173.83º50.23%41.76%-
HSV(B)173.83º66.87%62.75%-
XYZ19.4628.0732.83-
YUV126.75140.5575.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=14.64%
G=44.20%
B=41.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531601490.6700.070.37173.8350.2341.76
Hex35A095430725ae322a
Octal6524022510307452566252
Binary11010110100000100101011000011011110010110101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,160,149); }

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

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

 a { background-color: rgb(53,160,149); }

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

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

 span { border-color: rgb(53,160,149); }

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