Html Css Color HEX #3DAC81 Gossamer

📋 copy color: '#3DAC81'

red 61 ◦ green 172 ◦ blue 129

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

Shades of Gossamer #3DAC81

Tints of Gossamer #3DAC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 16.85%
G = 47.51%
B = 35.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#3DAC81 (or 0x3DAC81) is known color: Gossamer. HEX triplet: 3D, AC and 81. RGB value is (61,172,129). Sum of RGB (Red+Green+Blue) = 61+172+129=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC81 is #C2537E. Grayscale: #858585. Windows color (decimal): -12735359 or 8498237. OLE color: 8498237.

HSL color Cylindrical-coordinate representation of color #3DAC81: hue angle of 156.76º 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 #3DAC81 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 172 129 -
CMYK 0.65 0 0.25 0.33
HSL 156.76º 0.48% 0.46% -
HSV(B) 156.76º 0.65% 0.67% -
XYZ 20.64 32.08 25.87 -
YUV 133.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 61 172 129 0.65 0 0.25 0.33 156.76 0.48 0.46
Hex 3D AC 81 41 0 19 21 9D 30 2E
Octal 75 254 201 101 0 31 41 235 60 56
Binary 111101 10101100 10000001 1000001 0 11001 100001 10011101 110000 101110

Color Harmonies of #3DAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC81

Black with #3DAC81

Text Example


Text Example

White with #3DAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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