#3EA08E

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

Shades of Gossamer #3EA08E

Tints of Gossamer #3EA08E

Color information

#3EA08E (or 0x3EA08E) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 8E. RGB value is (62,160,142). Sum of RGB (Red+Green+Blue) = 62+160+142=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA08E is #C15F71. Grayscale: #808080. Windows color (decimal): -12672882 or 9347134. OLE color: 9347134.

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

Color convert

RGB62160142-
CMYK0.6100.110.37
HSL168.98º44.14%43.53%-
HSV(B)168.98º61.25%62.75%-
XYZ19.4428.1229.99-
YUV128.65135.5380.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.03%
GREEN value IS 160 (62.89% from 255) = 43.96%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=17.03%
G=43.96%
B=39.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601420.6100.110.37168.9844.1443.53
Hex3EA08E3D0B25a92c2c
Octal7624021675013452515454
Binary11111010100000100011101111010101110010110101001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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