#35A181

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

Shades of Gossamer #35A181

Tints of Gossamer #35A181

Color information

#35A181 (or 0x35A181) is unknown color: approx Gossamer. HEX triplet: 35, A1 and 81. RGB value is (53,161,129). Sum of RGB (Red+Green+Blue) = 53+161+129=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #35A181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A181 is #CA5E7E. Grayscale: #7D7D7D. Windows color (decimal): -13262463 or 8495413. OLE color: 8495413.

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

Color convert

RGB53161129-
CMYK0.6700.200.37
HSL162.22º50.47%41.96%-
HSV(B)162.22º67.08%63.14%-
XYZ18.1827.8325.18-
YUV125.06130.2276.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=15.45%
G=46.94%
B=37.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611290.6700.200.37162.2250.4741.96
Hex35A1814301425a2322a
Octal65241201103024452426252
Binary1101011010000110000001100001101010010010110100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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