#4DAA8F

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

Shades of Gossamer #4DAA8F

Tints of Gossamer #4DAA8F

Color information

#4DAA8F (or 0x4DAA8F) is unknown color: approx Gossamer. HEX triplet: 4D, AA and 8F. RGB value is (77,170,143). Sum of RGB (Red+Green+Blue) = 77+170+143=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8F is #B25570. Grayscale: #8B8B8B. Windows color (decimal): -11687281 or 9415245. OLE color: 9415245.

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

Color convert

RGB77170143-
CMYK0.5500.160.33
HSL162.58º37.65%48.43%-
HSV(B)162.58º54.71%66.67%-
XYZ22.3932.3131.04-
YUV139.11130.1983.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.74%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=19.74%
G=43.59%
B=36.67%

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
Decimal771701430.5500.160.33162.5837.6548.43
Hex4DAA8F3701021a32630
Octal11525221767020412434660
Binary1001101101010101000111111011101000010000110100011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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