#35A17C

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

Shades of Gossamer #35A17C

Tints of Gossamer #35A17C

Color information

#35A17C (or 0x35A17C) is unknown color: approx Gossamer. HEX triplet: 35, A1 and 7C. RGB value is (53,161,124). Sum of RGB (Red+Green+Blue) = 53+161+124=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #35A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A17C is #CA5E83. Grayscale: #7C7C7C. Windows color (decimal): -13262468 or 8167733. OLE color: 8167733.

HSL color Cylindrical-coordinate representation of color #35A17C: hue angle of 159.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A17C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB53161124-
CMYK0.6700.230.37
HSL159.44º50.47%41.96%-
HSV(B)159.44º67.08%63.14%-
XYZ17.8527.723.47-
YUV124.49127.7277.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=15.68%
G=47.63%
B=36.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531611240.6700.230.37159.4450.4741.96
Hex35A17C43017259f322a
Octal65241174103027452376252
Binary110101101000011111100100001101011110010110011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,161,124); }

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

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

 a { background-color: rgb(53,161,124); }

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

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

 span { border-color: rgb(53,161,124); }

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