#4faa8a

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

Shades of Gossamer #4FAA8A

Tints of Gossamer #4FAA8A

Color information

#4FAA8A (or 0x4FAA8A) is unknown color: approx Gossamer. HEX triplet: 4F, AA and 8A. RGB value is (79,170,138). Sum of RGB (Red+Green+Blue) = 79+170+138=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA8A is #B05575. Grayscale: #8B8B8B. Windows color (decimal): -11556214 or 9087567. OLE color: 9087567.

HSL color Cylindrical-coordinate representation of color #4FAA8A: hue angle of 158.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA8A is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB79170138-
CMYK0.5400.190.33
HSL158.9º36.55%48.82%-
HSV(B)158.9º53.53%66.67%-
XYZ22.1932.2529.1-
YUV139.14127.3585.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.41%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=20.41%
G=43.93%
B=35.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701380.5400.190.33158.936.5548.82
Hex4FAA8A36013219f2531
Octal11725221266023412374561
Binary1001111101010101000101011011001001110000110011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4faa8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4faa8a; }

 p { color: rgb(79,170,138); }

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

<style>
 a { background-color: #4faa8a; }

 a { background-color: rgb(79,170,138); }

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

<style>
 span { border-color: #4faa8a; }

 span { border-color: rgb(79,170,138); }

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