Html Css Color HEX #3DA68A Gossamer

📋 copy color: '#3DA68A'

red 61 ◦ green 166 ◦ blue 138

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

Shades of Gossamer #3DA68A

Tints of Gossamer #3DA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

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

R = 16.71%
G = 45.48%
B = 37.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#3DA68A (or 0x3DA68A) is known color: Gossamer. HEX triplet: 3D, A6 and 8A. RGB value is (61,166,138). Sum of RGB (Red+Green+Blue) = 61+166+138=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA68A is #C25975. Grayscale: #838383. Windows color (decimal): -12736886 or 9086525. OLE color: 9086525.

HSL color Cylindrical-coordinate representation of color #3DA68A: hue angle of 164º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA68A is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 166 138 -
CMYK 0.63 0 0.17 0.35
HSL 164º 0.46% 0.45% -
HSV(B) 164º 0.63% 0.65% -
XYZ 20.15 30.1 28.79 -
YUV 131.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 61 166 138 0.63 0 0.17 0.35 164 0.46 0.45
Hex 3D A6 8A 3F 0 11 23 A4 2E 2D
Octal 75 246 212 77 0 21 43 244 56 55
Binary 111101 10100110 10001010 111111 0 10001 100011 10100100 101110 101101

Color Harmonies of #3DA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA68A

Black with #3DA68A

Text Example


Text Example

White with #3DA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,166,138); }

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

background-color css

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

 a { background-color: rgb(61,166,138); }

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

border-color css

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

 span { border-color: rgb(61,166,138); }

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