Html Css Color HEX #4DAA8C Gossamer

📋 copy color: '#4DAA8C'

red 77 ◦ green 170 ◦ blue 140

#4DAA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #4DAA8C

Tints of Gossamer #4DAA8C

RGB

 RED value IS 77 (30.47% from 255) = 19.9%

 GREEN value IS 170 (66.8% from 255) = 43.93%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 19.9%
G = 43.93%
B = 36.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#4DAA8C (or 0x4DAA8C) is known color: Gossamer. HEX triplet: 4D, AA and 8C. RGB value is (77,170,140). Sum of RGB (Red+Green+Blue) = 77+170+140=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8C is #B25573. Grayscale: #8A8A8A. Windows color (decimal): -11687284 or 9218637. OLE color: 9218637.

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

Color convert

RGB 77 170 140 -
CMYK 0.55 0 0.18 0.33
HSL 160.65º 0.38% 0.48% -
HSV(B) 160.65º 0.55% 0.67% -
XYZ 22.17 32.22 29.86 -
YUV 138.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 77 170 140 0.55 0 0.18 0.33 160.65 0.38 0.48
Hex 4D AA 8C 37 0 12 21 A1 26 30
Octal 115 252 214 67 0 22 41 241 46 60
Binary 1001101 10101010 10001100 110111 0 10010 100001 10100001 100110 110000

Color Harmonies of #4DAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA8C

Black with #4DAA8C

Text Example


Text Example

White with #4DAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAA8C;
 }
 .AnyTagClassName
 {
   color: #4DAA8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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