#35A28F

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

Shades of Gossamer #35A28F

Tints of Gossamer #35A28F

Color information

#35A28F (or 0x35A28F) is unknown color: approx Gossamer. HEX triplet: 35, A2 and 8F. RGB value is (53,162,143). Sum of RGB (Red+Green+Blue) = 53+162+143=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #35A28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A28F is #CA5D70. Grayscale: #7F7F7F. Windows color (decimal): -13262193 or 9413173. OLE color: 9413173.

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

Color convert

RGB53162143-
CMYK0.6700.120.36
HSL169.54º50.7%42.16%-
HSV(B)169.54º67.28%63.53%-
XYZ19.3528.5830.48-
YUV127.24136.8975.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=14.80%
G=45.25%
B=39.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621430.6700.120.36169.5450.742.16
Hex35A28F430C24aa332a
Octal65242217103014442526352
Binary110101101000101000111110000110110010010010101010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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