Html Css Color HEX #4FA98B Gossamer

📋 copy color: '#4FA98B'

red 79 ◦ green 169 ◦ blue 139

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

Shades of Gossamer #4FA98B

Tints of Gossamer #4FA98B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 20.41%
G = 43.67%
B = 35.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#4FA98B (or 0x4FA98B) is known color: Gossamer. HEX triplet: 4F, A9 and 8B. RGB value is (79,169,139). Sum of RGB (Red+Green+Blue) = 79+169+139=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA98B is #B05674. Grayscale: #8A8A8A. Windows color (decimal): -11556469 or 9152847. OLE color: 9152847.

HSL color Cylindrical-coordinate representation of color #4FA98B: hue angle of 160º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA98B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 169 139 -
CMYK 0.53 0 0.18 0.34
HSL 160º 0.36% 0.49% -
HSV(B) 160º 0.53% 0.66% -
XYZ 22.07 31.9 29.42 -
YUV 138.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 79 169 139 0.53 0 0.18 0.34 160 0.36 0.49
Hex 4F A9 8B 35 0 12 22 A0 24 31
Octal 117 251 213 65 0 22 42 240 44 61
Binary 1001111 10101001 10001011 110101 0 10010 100010 10100000 100100 110001

Color Harmonies of #4FA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA98B

Black with #4FA98B

Text Example


Text Example

White with #4FA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,169,139); }

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

background-color css

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

 a { background-color: rgb(79,169,139); }

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

border-color css

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

 span { border-color: rgb(79,169,139); }

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