#3EA084

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

Shades of Gossamer #3EA084

Tints of Gossamer #3EA084

Color information

#3EA084 (or 0x3EA084) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 84. RGB value is (62,160,132). Sum of RGB (Red+Green+Blue) = 62+160+132=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA084 is #C15F7B. Grayscale: #7F7F7F. Windows color (decimal): -12672892 or 8691774. OLE color: 8691774.

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

Color convert

RGB62160132-
CMYK0.6100.170.37
HSL162.86º44.14%43.53%-
HSV(B)162.86º61.25%62.75%-
XYZ18.7227.8326.22-
YUV127.51130.5381.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.51%
GREEN value IS 160 (62.89% from 255) = 45.20%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=17.51%
G=45.20%
B=37.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601320.6100.170.37162.8644.1443.53
Hex3EA0843D01125a32c2c
Octal7624020475021452435454
Binary111110101000001000010011110101000110010110100011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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