#4DAA8E

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

Shades of Gossamer #4DAA8E

Tints of Gossamer #4DAA8E

Color information

#4DAA8E (or 0x4DAA8E) is unknown color: approx Gossamer. HEX triplet: 4D, AA and 8E. RGB value is (77,170,142). Sum of RGB (Red+Green+Blue) = 77+170+142=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8E is #B25571. Grayscale: #8B8B8B. Windows color (decimal): -11687282 or 9349709. OLE color: 9349709.

HSL color Cylindrical-coordinate representation of color #4DAA8E: hue angle of 161.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA8E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB77170142-
CMYK0.5500.160.33
HSL161.94º37.65%48.43%-
HSV(B)161.94º54.71%66.67%-
XYZ22.3232.2830.65-
YUV139129.6983.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.79%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=19.79%
G=43.70%
B=36.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771701420.5500.160.33161.9437.6548.43
Hex4DAA8E3701021a22630
Octal11525221667020412424660
Binary1001101101010101000111011011101000010000110100010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,170,142); }

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

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

 a { background-color: rgb(77,170,142); }

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

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

 span { border-color: rgb(77,170,142); }

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