#35A089

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

Shades of Gossamer #35A089

Tints of Gossamer #35A089

Color information

#35A089 (or 0x35A089) is unknown color: approx Gossamer. HEX triplet: 35, A0 and 89. RGB value is (53,160,137). Sum of RGB (Red+Green+Blue) = 53+160+137=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #35A089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A089 is #CA5F76. Grayscale: #7D7D7D. Windows color (decimal): -13262711 or 9019445. OLE color: 9019445.

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

Color convert

RGB53160137-
CMYK0.6700.140.37
HSL167.1º50.23%41.76%-
HSV(B)167.1º66.87%62.75%-
XYZ18.5527.728.04-
YUV125.38134.5576.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=15.14%
G=45.71%
B=39.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531601370.6700.140.37167.150.2341.76
Hex35A089430E25a7322a
Octal65240211103016452476252
Binary110101101000001000100110000110111010010110100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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