Html Css Color HEX #3DAC80 Gossamer

📋 copy color: '#3DAC80'

red 61 ◦ green 172 ◦ blue 128

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

Shades of Gossamer #3DAC80

Tints of Gossamer #3DAC80

RGB

 RED value IS 61 (24.22% from 255) = 16.9%

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

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

R = 16.9%
G = 47.65%
B = 35.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3DAC80 (or 0x3DAC80) is known color: Gossamer. HEX triplet: 3D, AC and 80. RGB value is (61,172,128). Sum of RGB (Red+Green+Blue) = 61+172+128=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC80 is #C2537F. Grayscale: #858585. Windows color (decimal): -12735360 or 8432701. OLE color: 8432701.

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

Color convert

RGB 61 172 128 -
CMYK 0.65 0 0.26 0.33
HSL 156.22º 0.48% 0.46% -
HSV(B) 156.22º 0.65% 0.67% -
XYZ 20.57 32.06 25.53 -
YUV 133.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 61 172 128 0.65 0 0.26 0.33 156.22 0.48 0.46
Hex 3D AC 80 41 0 1A 21 9C 30 2E
Octal 75 254 200 101 0 32 41 234 60 56
Binary 111101 10101100 10000000 1000001 0 11010 100001 10011100 110000 101110

Color Harmonies of #3DAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC80

Black with #3DAC80

Text Example


Text Example

White with #3DAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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