#35A294

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

Shades of Gossamer #35A294

Tints of Gossamer #35A294

Color information

#35A294 (or 0x35A294) is unknown color: approx Gossamer. HEX triplet: 35, A2 and 94. RGB value is (53,162,148). Sum of RGB (Red+Green+Blue) = 53+162+148=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #35A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A294 is #CA5D6B. Grayscale: #7F7F7F. Windows color (decimal): -13262188 or 9740853. OLE color: 9740853.

HSL color Cylindrical-coordinate representation of color #35A294: hue angle of 172.29º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A294 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB53162148-
CMYK0.6700.090.36
HSL172.29º50.7%42.16%-
HSV(B)172.29º67.28%63.53%-
XYZ19.7328.7432.52-
YUV127.81139.3974.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=14.60%
G=44.63%
B=40.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621480.6700.090.36172.2950.742.16
Hex35A294430924ac332a
Octal65242224103011442546352
Binary110101101000101001010010000110100110010010101100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,162,148); }

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

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

 a { background-color: rgb(53,162,148); }

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

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

 span { border-color: rgb(53,162,148); }

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