Html Css Color HEX #4FAA88 Gossamer

📋 copy color: '#4FAA88'

red 79 ◦ green 170 ◦ blue 136

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

Shades of Gossamer #4FAA88

Tints of Gossamer #4FAA88

RGB

 RED value IS 79 (31.25% from 255) = 20.52%

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

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

R = 20.52%
G = 44.16%
B = 35.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#4FAA88 (or 0x4FAA88) is known color: Gossamer. HEX triplet: 4F, AA and 88. RGB value is (79,170,136). Sum of RGB (Red+Green+Blue) = 79+170+136=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA88 is #B05577. Grayscale: #8A8A8A. Windows color (decimal): -11556216 or 8956495. OLE color: 8956495.

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

Color convert

RGB 79 170 136 -
CMYK 0.54 0 0.20 0.33
HSL 157.58º 0.37% 0.49% -
HSV(B) 157.58º 0.54% 0.67% -
XYZ 22.04 32.19 28.34 -
YUV 138.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 79 170 136 0.54 0 0.20 0.33 157.58 0.37 0.49
Hex 4F AA 88 36 0 14 21 9E 25 31
Octal 117 252 210 66 0 24 41 236 45 61
Binary 1001111 10101010 10001000 110110 0 10100 100001 10011110 100101 110001

Color Harmonies of #4FAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAA88

Black with #4FAA88

Text Example


Text Example

White with #4FAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,170,136); }

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

background-color css

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

 a { background-color: rgb(79,170,136); }

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

border-color css

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

 span { border-color: rgb(79,170,136); }

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