Html Css Color HEX #3DAA7E Gossamer

📋 copy color: '#3DAA7E'

red 61 ◦ green 170 ◦ blue 126

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

Shades of Gossamer #3DAA7E

Tints of Gossamer #3DAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 17.09%
G = 47.62%
B = 35.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3DAA7E (or 0x3DAA7E) is known color: Gossamer. HEX triplet: 3D, AA and 7E. RGB value is (61,170,126). Sum of RGB (Red+Green+Blue) = 61+170+126=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA7E is #C25581. Grayscale: #848484. Windows color (decimal): -12735874 or 8301117. OLE color: 8301117.

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

Color convert

RGB 61 170 126 -
CMYK 0.64 0 0.26 0.33
HSL 155.78º 0.47% 0.45% -
HSV(B) 155.78º 0.64% 0.67% -
XYZ 20.07 31.25 24.71 -
YUV 132.39 124.39 77.08 -
System Red Green Blue C M Y K H S L
Decimal 61 170 126 0.64 0 0.26 0.33 155.78 0.47 0.45
Hex 3D AA 7E 40 0 1A 21 9C 2F 2D
Octal 75 252 176 100 0 32 41 234 57 55
Binary 111101 10101010 1111110 1000000 0 11010 100001 10011100 101111 101101

Color Harmonies of #3DAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAA7E

Black with #3DAA7E

Text Example


Text Example

White with #3DAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,170,126); }

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

background-color css

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

 a { background-color: rgb(61,170,126); }

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

border-color css

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

 span { border-color: rgb(61,170,126); }

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