#4DAA8B

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

Shades of Gossamer #4DAA8B

Tints of Gossamer #4DAA8B

Color information

#4DAA8B (or 0x4DAA8B) is unknown color: approx Gossamer. HEX triplet: 4D, AA and 8B. RGB value is (77,170,139). Sum of RGB (Red+Green+Blue) = 77+170+139=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8B is #B25574. Grayscale: #8A8A8A. Windows color (decimal): -11687285 or 9153101. OLE color: 9153101.

HSL color Cylindrical-coordinate representation of color #4DAA8B: hue angle of 160º 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 #4DAA8B is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB77170139-
CMYK0.5500.180.33
HSL160º37.65%48.43%-
HSV(B)160º54.71%66.67%-
XYZ22.132.1929.48-
YUV138.66128.1984.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.95%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=19.95%
G=44.04%
B=36.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771701390.5500.180.3316037.6548.43
Hex4DAA8B3701221a02630
Octal11525221367022412404660
Binary1001101101010101000101111011101001010000110100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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