Html Css Color HEX #4FA48A Gossamer

📋 copy color: '#4FA48A'

red 79 ◦ green 164 ◦ blue 138

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

Shades of Gossamer #4FA48A

Tints of Gossamer #4FA48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

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

R = 20.73%
G = 43.04%
B = 36.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#4FA48A (or 0x4FA48A) is known color: Gossamer. HEX triplet: 4F, A4 and 8A. RGB value is (79,164,138). Sum of RGB (Red+Green+Blue) = 79+164+138=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA48A is #B05B75. Grayscale: #878787. Windows color (decimal): -11557750 or 9086031. OLE color: 9086031.

HSL color Cylindrical-coordinate representation of color #4FA48A: hue angle of 161.65º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA48A is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 164 138 -
CMYK 0.52 0 0.16 0.36
HSL 161.65º 0.35% 0.48% -
HSV(B) 161.65º 0.52% 0.64% -
XYZ 21.09 30.05 28.73 -
YUV 135.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 79 164 138 0.52 0 0.16 0.36 161.65 0.35 0.48
Hex 4F A4 8A 34 0 10 24 A2 23 30
Octal 117 244 212 64 0 20 44 242 43 60
Binary 1001111 10100100 10001010 110100 0 10000 100100 10100010 100011 110000

Color Harmonies of #4FA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA48A

Black with #4FA48A

Text Example


Text Example

White with #4FA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,164,138); }

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

background-color css

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

 a { background-color: rgb(79,164,138); }

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

border-color css

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

 span { border-color: rgb(79,164,138); }

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