#4DA086

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

Shades of Gossamer #4DA086

Tints of Gossamer #4DA086

Color information

#4DA086 (or 0x4DA086) is unknown color: approx Gossamer. HEX triplet: 4D, A0 and 86. RGB value is (77,160,134). Sum of RGB (Red+Green+Blue) = 77+160+134=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA086 is #B25F79. Grayscale: #848484. Windows color (decimal): -11689850 or 8822861. OLE color: 8822861.

HSL color Cylindrical-coordinate representation of color #4DA086: hue angle of 161.2º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA086 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB77160134-
CMYK0.5200.160.37
HSL161.2º35.02%46.47%-
HSV(B)161.2º51.88%62.75%-
XYZ19.9328.4426.99-
YUV132.2212988.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=20.75%
G=43.13%
B=36.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771601340.5200.160.37161.235.0246.47
Hex4DA0863401025a1232e
Octal11524020664020452414356
Binary1001101101000001000011011010001000010010110100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,160,134); }

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

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

 a { background-color: rgb(77,160,134); }

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

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

 span { border-color: rgb(77,160,134); }

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