#359C7F

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

Shades of Gossamer #359C7F

Tints of Gossamer #359C7F

Color information

#359C7F (or 0x359C7F) is unknown color: approx Gossamer. HEX triplet: 35, 9C and 7F. RGB value is (53,156,127). Sum of RGB (Red+Green+Blue) = 53+156+127=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #359C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C7F is #CA6380. Grayscale: #797979. Windows color (decimal): -13263745 or 8363061. OLE color: 8363061.

HSL color Cylindrical-coordinate representation of color #359C7F: hue angle of 163.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C7F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB53156127-
CMYK0.6600.190.39
HSL163.11º49.28%40.98%-
HSV(B)163.11º66.03%61.18%-
XYZ17.1926.0724.2-
YUV121.9130.8878.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 127 (50% from 255) = 37.80%
R=15.77%
G=46.43%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531561270.6600.190.39163.1149.2840.98
Hex359C7F4201327a33129
Octal65234177102023472436151
Binary110101100111001111111100001001001110011110100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359C7F; }

 p { color: rgb(53,156,127); }

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

<style>
 a { background-color: #359C7F; }

 a { background-color: rgb(53,156,127); }

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

<style>
 span { border-color: #359C7F; }

 span { border-color: rgb(53,156,127); }

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