#3DA07E

Color #3DA07E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3DA07E

Tints of Gossamer #3DA07E

Color information

#3DA07E (or 0x3DA07E) is unknown color: approx Gossamer. HEX triplet: 3D, A0 and 7E. RGB value is (61,160,126). Sum of RGB (Red+Green+Blue) = 61+160+126=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA07E is #C25F81. Grayscale: #7E7E7E. Windows color (decimal): -12738434 or 8298557. OLE color: 8298557.

HSL color Cylindrical-coordinate representation of color #3DA07E: hue angle of 159.39º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA07E is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB61160126-
CMYK0.6200.210.37
HSL159.39º44.8%43.33%-
HSV(B)159.39º61.87%62.75%-
XYZ18.2627.6424.11-
YUV126.52127.781.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=17.58%
G=46.11%
B=36.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611601260.6200.210.37159.3944.843.33
Hex3DA07E3E015259f2d2b
Octal7524017676025452375553
Binary11110110100000111111011111001010110010110011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DA07E;
 }
 .AnyTagClassName
 {
   color: #3DA07E;
 }
</style>
background-color css

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

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

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

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

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

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