#35A493

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

Shades of Gossamer #35A493

Tints of Gossamer #35A493

Color information

#35A493 (or 0x35A493) is unknown color: approx Gossamer. HEX triplet: 35, A4 and 93. RGB value is (53,164,147). Sum of RGB (Red+Green+Blue) = 53+164+147=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #35A493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A493 is #CA5B6C. Grayscale: #808080. Windows color (decimal): -13261677 or 9675829. OLE color: 9675829.

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

Color convert

RGB53164147-
CMYK0.6800.100.36
HSL170.81º51.15%42.55%-
HSV(B)170.81º67.68%64.31%-
XYZ20.0129.4132.23-
YUV128.87138.2373.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=14.56%
G=45.05%
B=40.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531641470.6800.100.36170.8151.1542.55
Hex35A493440A24ab332b
Octal65244223104012442536353
Binary110101101001001001001110001000101010010010101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,164,147); }

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

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

 a { background-color: rgb(53,164,147); }

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

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

 span { border-color: rgb(53,164,147); }

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