Html Css Color HEX #4DAB88 Gossamer

📋 copy color: '#4DAB88'

red 77 ◦ green 171 ◦ blue 136

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

Shades of Gossamer #4DAB88

Tints of Gossamer #4DAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 20.05%
G = 44.53%
B = 35.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#4DAB88 (or 0x4DAB88) is known color: Gossamer. HEX triplet: 4D, AB and 88. RGB value is (77,171,136). Sum of RGB (Red+Green+Blue) = 77+171+136=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB88 is #B25477. Grayscale: #8A8A8A. Windows color (decimal): -11687032 or 8956749. OLE color: 8956749.

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

Color convert

RGB 77 171 136 -
CMYK 0.55 0 0.20 0.33
HSL 157.66º 0.38% 0.49% -
HSV(B) 157.66º 0.55% 0.67% -
XYZ 22.07 32.48 28.4 -
YUV 138.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 77 171 136 0.55 0 0.20 0.33 157.66 0.38 0.49
Hex 4D AB 88 37 0 14 21 9E 26 31
Octal 115 253 210 67 0 24 41 236 46 61
Binary 1001101 10101011 10001000 110111 0 10100 100001 10011110 100110 110001

Color Harmonies of #4DAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB88

Black with #4DAB88

Text Example


Text Example

White with #4DAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,171,136); }

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

background-color css

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

 a { background-color: rgb(77,171,136); }

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

border-color css

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

 span { border-color: rgb(77,171,136); }

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