#35A688

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

Shades of Gossamer #35A688

Tints of Gossamer #35A688

Color information

#35A688 (or 0x35A688) is unknown color: approx Gossamer. HEX triplet: 35, A6 and 88. RGB value is (53,166,136). Sum of RGB (Red+Green+Blue) = 53+166+136=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #35A688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A688 is #CA5977. Grayscale: #808080. Windows color (decimal): -13261176 or 8955445. OLE color: 8955445.

HSL color Cylindrical-coordinate representation of color #35A688: hue angle of 164.07º 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 #35A688 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB53166136-
CMYK0.6800.180.35
HSL164.07º51.6%42.94%-
HSV(B)164.07º68.07%65.1%-
XYZ19.5529.8128.02-
YUV128.79132.0673.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=14.93%
G=46.76%
B=38.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531661360.6800.180.35164.0751.642.94
Hex35A6884401223a4342b
Octal65246210104022432446453
Binary1101011010011010001000100010001001010001110100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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