#3EA094

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

Shades of Gossamer #3EA094

Tints of Gossamer #3EA094

Color information

#3EA094 (or 0x3EA094) is unknown color: approx Gossamer. HEX triplet: 3E, A0 and 94. RGB value is (62,160,148). Sum of RGB (Red+Green+Blue) = 62+160+148=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA094 is #C15F6B. Grayscale: #818181. Windows color (decimal): -12672876 or 9740350. OLE color: 9740350.

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

Color convert

RGB62160148-
CMYK0.6100.070.37
HSL172.65º44.14%43.53%-
HSV(B)172.65º61.25%62.75%-
XYZ19.928.332.43-
YUV129.33138.5379.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.76%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 148 (58.20% from 255) = 40%
R=16.76%
G=43.24%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601480.6100.070.37172.6544.1443.53
Hex3EA0943D0725ad2c2c
Octal762402247507452555454
Binary1111101010000010010100111101011110010110101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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