Html Css Color HEX #4DAD8A Gossamer

📋 copy color: '#4DAD8A'

red 77 ◦ green 173 ◦ blue 138

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

Shades of Gossamer #4DAD8A

Tints of Gossamer #4DAD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

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

R = 19.85%
G = 44.59%
B = 35.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#4DAD8A (or 0x4DAD8A) is known color: Gossamer. HEX triplet: 4D, AD and 8A. RGB value is (77,173,138). Sum of RGB (Red+Green+Blue) = 77+173+138=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD8A is #B25275. Grayscale: #8C8C8C. Windows color (decimal): -11686518 or 9088333. OLE color: 9088333.

HSL color Cylindrical-coordinate representation of color #4DAD8A: hue angle of 158.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD8A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 138 -
CMYK 0.55 0 0.20 0.32
HSL 158.13º 0.38% 0.49% -
HSV(B) 158.13º 0.55% 0.68% -
XYZ 22.59 33.3 29.28 -
YUV 140.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 77 173 138 0.55 0 0.20 0.32 158.13 0.38 0.49
Hex 4D AD 8A 37 0 14 20 9E 26 31
Octal 115 255 212 67 0 24 40 236 46 61
Binary 1001101 10101101 10001010 110111 0 10100 100000 10011110 100110 110001

Color Harmonies of #4DAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD8A

Black with #4DAD8A

Text Example


Text Example

White with #4DAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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