#3EA081

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

Shades of Gossamer #3EA081

Tints of Gossamer #3EA081

Color information

#3EA081 (or 0x3EA081) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 81. RGB value is (62,160,129). Sum of RGB (Red+Green+Blue) = 62+160+129=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA081 is #C15F7E. Grayscale: #7F7F7F. Windows color (decimal): -12672895 or 8495166. OLE color: 8495166.

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

Color convert

RGB62160129-
CMYK0.6100.190.37
HSL161.02º44.14%43.53%-
HSV(B)161.02º61.25%62.75%-
XYZ18.5227.7525.15-
YUV127.16129.0381.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.66%
GREEN value IS 160 (62.89% from 255) = 45.58%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=17.66%
G=45.58%
B=36.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601290.6100.190.37161.0244.1443.53
Hex3EA0813D01325a12c2c
Octal7624020175023452415454
Binary111110101000001000000111110101001110010110100001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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