#35A689

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

Shades of Gossamer #35A689

Tints of Gossamer #35A689

Color information

#35A689 (or 0x35A689) is unknown color: approx Gossamer. HEX triplet: 35, A6 and 89. RGB value is (53,166,137). Sum of RGB (Red+Green+Blue) = 53+166+137=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #35A689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A689 is #CA5976. Grayscale: #808080. Windows color (decimal): -13261175 or 9020981. OLE color: 9020981.

HSL color Cylindrical-coordinate representation of color #35A689: hue angle of 164.6º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A689 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB53166137-
CMYK0.6800.170.35
HSL164.6º51.6%42.94%-
HSV(B)164.6º68.07%65.1%-
XYZ19.6229.8428.39-
YUV128.91132.5673.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=14.89%
G=46.63%
B=38.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531661370.6800.170.35164.651.642.94
Hex35A6894401123a5342b
Octal65246211104021432456453
Binary1101011010011010001001100010001000110001110100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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