#359A7F

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

Shades of Gossamer #359A7F

Tints of Gossamer #359A7F

Color information

#359A7F (or 0x359A7F) is unknown color: approx Gossamer. HEX triplet: 35, 9A and 7F. RGB value is (53,154,127). Sum of RGB (Red+Green+Blue) = 53+154+127=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #359A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A7F is #CA6580. Grayscale: #787878. Windows color (decimal): -13264257 or 8362549. OLE color: 8362549.

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

Color convert

RGB53154127-
CMYK0.6600.180.40
HSL163.96º48.79%40.59%-
HSV(B)163.96º65.58%60.39%-
XYZ16.8525.424.09-
YUV120.72131.5479.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 127 (50% from 255) = 38.02%
R=15.87%
G=46.11%
B=38.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531541270.6600.180.40163.9648.7940.59
Hex359A7F4201228a43129
Octal65232177102022502446151
Binary110101100110101111111100001001001010100010100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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