Html Css Color HEX #4DAA8A Gossamer

📋 copy color: '#4DAA8A'

red 77 ◦ green 170 ◦ blue 138

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

Shades of Gossamer #4DAA8A

Tints of Gossamer #4DAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 20%
G = 44.16%
B = 35.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#4DAA8A (or 0x4DAA8A) is known color: Gossamer. HEX triplet: 4D, AA and 8A. RGB value is (77,170,138). Sum of RGB (Red+Green+Blue) = 77+170+138=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8A is #B25575. Grayscale: #8A8A8A. Windows color (decimal): -11687286 or 9087565. OLE color: 9087565.

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

Color convert

RGB 77 170 138 -
CMYK 0.55 0 0.19 0.33
HSL 159.35º 0.38% 0.48% -
HSV(B) 159.35º 0.55% 0.67% -
XYZ 22.02 32.16 29.09 -
YUV 138.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 77 170 138 0.55 0 0.19 0.33 159.35 0.38 0.48
Hex 4D AA 8A 37 0 13 21 9F 26 30
Octal 115 252 212 67 0 23 41 237 46 60
Binary 1001101 10101010 10001010 110111 0 10011 100001 10011111 100110 110000

Color Harmonies of #4DAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA8A

Black with #4DAA8A

Text Example


Text Example

White with #4DAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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