Html Css Color HEX #3FAC80 Gossamer

📋 copy color: '#3FAC80'

red 63 ◦ green 172 ◦ blue 128

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

Shades of Gossamer #3FAC80

Tints of Gossamer #3FAC80

RGB

 RED value IS 63 (25% from 255) = 17.36%

 GREEN value IS 172 (67.58% from 255) = 47.38%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 17.36%
G = 47.38%
B = 35.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3FAC80 (or 0x3FAC80) is known color: Gossamer. HEX triplet: 3F, AC and 80. RGB value is (63,172,128). Sum of RGB (Red+Green+Blue) = 63+172+128=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC80 is #C0537F. Grayscale: #868686. Windows color (decimal): -12604288 or 8432703. OLE color: 8432703.

HSL color Cylindrical-coordinate representation of color #3FAC80: hue angle of 155.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC80 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 172 128 -
CMYK 0.63 0 0.26 0.33
HSL 155.78º 0.46% 0.46% -
HSV(B) 155.78º 0.63% 0.67% -
XYZ 20.7 32.12 25.53 -
YUV 134.39 124.39 77.08 -
System Red Green Blue C M Y K H S L
Decimal 63 172 128 0.63 0 0.26 0.33 155.78 0.46 0.46
Hex 3F AC 80 3F 0 1A 21 9C 2E 2E
Octal 77 254 200 77 0 32 41 234 56 56
Binary 111111 10101100 10000000 111111 0 11010 100001 10011100 101110 101110

Color Harmonies of #3FAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC80

Black with #3FAC80

Text Example


Text Example

White with #3FAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FAC80; }

 p { color: rgb(63,172,128); }

 H1.HeaderClassName
 {
   color: #3FAC80;
 }
 .AnyTagClassName
 {
   color: #3FAC80;
 }
</style>

background-color css

<style>
 a { background-color: #3FAC80; }

 a { background-color: rgb(63,172,128); }

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

border-color css

<style>
 span { border-color: #3FAC80; }

 span { border-color: rgb(63,172,128); }

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