Html Css Color HEX #4DAA8B Gossamer

📋 copy color: '#4DAA8B'

red 77 ◦ green 170 ◦ blue 139

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

Shades of Gossamer #4DAA8B

Tints of Gossamer #4DAA8B

RGB

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

 GREEN value IS 170 (66.8% 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 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

#4DAA8B (or 0x4DAA8B) is known color: 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

RGB 77 170 139 -
CMYK 0.55 0 0.18 0.33
HSL 160º 0.38% 0.48% -
HSV(B) 160º 0.55% 0.67% -
XYZ 22.1 32.19 29.48 -
YUV 138.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 77 170 139 0.55 0 0.18 0.33 160 0.38 0.48
Hex 4D AA 8B 37 0 12 21 A0 26 30
Octal 115 252 213 67 0 22 41 240 46 60
Binary 1001101 10101010 10001011 110111 0 10010 100001 10100000 100110 110000

Color Harmonies of #4DAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA8B

Black with #4DAA8B

Text Example


Text Example

White with #4DAA8B

Text Example


Text Example

HTML Codes & Css Web 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>