#3EA08D

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

Shades of Gossamer #3EA08D

Tints of Gossamer #3EA08D

Color information

#3EA08D (or 0x3EA08D) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 8D. RGB value is (62,160,141). Sum of RGB (Red+Green+Blue) = 62+160+141=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA08D is #C15F72. Grayscale: #808080. Windows color (decimal): -12672883 or 9281598. OLE color: 9281598.

HSL color Cylindrical-coordinate representation of color #3EA08D: hue angle of 168.37º 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 #3EA08D is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB62160141-
CMYK0.6100.120.37
HSL168.37º44.14%43.53%-
HSV(B)168.37º61.25%62.75%-
XYZ19.3728.0929.6-
YUV128.53135.0380.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.08%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=17.08%
G=44.08%
B=38.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601410.6100.120.37168.3744.1443.53
Hex3EA08D3D0C25a82c2c
Octal7624021575014452505454
Binary11111010100000100011011111010110010010110101000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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