#3EA07F

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

Shades of Gossamer #3EA07F

Tints of Gossamer #3EA07F

Color information

#3EA07F (or 0x3EA07F) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 7F. RGB value is (62,160,127). Sum of RGB (Red+Green+Blue) = 62+160+127=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA07F is #C15F80. Grayscale: #7E7E7E. Windows color (decimal): -12672897 or 8364094. OLE color: 8364094.

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

Color convert

RGB62160127-
CMYK0.6100.210.37
HSL159.8º44.14%43.53%-
HSV(B)159.8º61.25%62.75%-
XYZ18.3927.724.46-
YUV126.94128.0381.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 127 (50% from 255) = 36.39%
R=17.77%
G=45.85%
B=36.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601270.6100.210.37159.844.1443.53
Hex3EA07F3D01525a02c2c
Octal7624017775025452405454
Binary11111010100000111111111110101010110010110100000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,160,127); }

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

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

 a { background-color: rgb(62,160,127); }

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

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

 span { border-color: rgb(62,160,127); }

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