#35A178

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

Shades of Gossamer #35A178

Tints of Gossamer #35A178

Color information

#35A178 (or 0x35A178) is unknown color: approx Gossamer. HEX triplet: 35, A1 and 78. RGB value is (53,161,120). Sum of RGB (Red+Green+Blue) = 53+161+120=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #35A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A178 is #CA5E87. Grayscale: #7C7C7C. Windows color (decimal): -13262472 or 7905589. OLE color: 7905589.

HSL color Cylindrical-coordinate representation of color #35A178: hue angle of 157.22º 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 #35A178 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB53161120-
CMYK0.6700.250.37
HSL157.22º50.47%41.96%-
HSV(B)157.22º67.08%63.14%-
XYZ17.627.622.17-
YUV124.03125.7277.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=15.87%
G=48.20%
B=35.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611200.6700.250.37157.2250.4741.96
Hex35A17843019259d322a
Octal65241170103031452356252
Binary110101101000011111000100001101100110010110011101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,161,120); }

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

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

 a { background-color: rgb(53,161,120); }

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

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

 span { border-color: rgb(53,161,120); }

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